function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
theisglogantheisglogan 

Real Time API

api calls during the creation of a object to set picklist values?
 
For Example if VIN number field is filled in it'd send a api call to a endpoint and gather all the other fields values before record is saved...
 
Another example is if they enter in a Year, It'll send to gather the Make, User will see picklist values live in real time to be able to select make to then make a call to gather model picklist values..... All this is needed to then gather the dummy vin supported by our endpoint.
VinayVinay (Salesforce Developers) 
You can use SOAP or REST api and API might execute in asynchronous process and values will be updated whenever resources are available. 

Also elloborate more on if you have questions. ?

Thanks,