Posts by Célio Xavier • 19 points
3 posts
-
0
votes1
answer164
viewsA: Apex: Different condition for Accountid
I made this new code for the Apex class no longer to become hard code according to good practices for Salesforce, follow my solution. public class GenerateFraud { List<Case> logs = new…
apexanswered Célio Xavier 19 -
0
votes1
answer164
viewsQ: Apex: Different condition for Accountid
In the code below I used the variable AccountId to obtain the account with the name "Integration AWS", but I need the consultation to not take accounts that were changed by "Integration AWS". How…
apexasked Célio Xavier 19 -
1
votes0
answers95
viewsQ: Read XML with Ajax, Javascript, DOM
As it is possible to read this XML using Ajax, I tried several ways, but so far unfortunately I could not succeed, the goal is to take the number of inum (810265006252830) that will be using in…