You need to sign in to do that
Don't have an account?
israr ahmad 2
how i can call external Api on standard object Page Load. i only have custom related list on this page
Hi Dev's,
i want to call External Api to update my custom object field on Standard Object page Load (like Account).
i have only custom related list in this page.
i'm new to Salesforce.is there Any Work around for this?
i want to call External Api to update my custom object field on Standard Object page Load (like Account).
i have only custom related list in this page.
i'm new to Salesforce.is there Any Work around for this?
Changes will reflect automatically once the call is successful.
i,m not updating anything manualy on page.custom object record should be updated via external Api in background.
is this possible or is there any other way to implement this.
i have only related list on account page which showing custom object details.
Please find more details on the link given below:
https://www.biswajeetsamal.com/blog/batch-apex-with-webservice-callout/#:~:text=AllowsCallouts%20interface%20in%20the%20class,webservice%20callout%20in%20batch%20apex.&text=Note%3A%20Total%20number%20of%20callouts,keep%20batch%20size%20as%20100. (https://www.biswajeetsamal.com/blog/batch-apex-with-webservice-callout/#:~:text=AllowsCallouts%20interface%20in%20the%20class,webservice%20callout%20in%20batch%20apex.&text=Note%3A%20Total%20number%20of%20callouts,keep%20batch%20size%20as%20100.)
Thanks.