You need to sign in to do that
Don't have an account?
External Integration Scripts & Filtered Lookup Fields
Hello,
I'm hoping someone can provide me a little insight with a situation/problem I'm having with an integration. I am working with an vendor for an application and their script is failing miserably; they are also not familiar with Salesforce. I don't know what they are coding in as they are not telling me, but if I can find out I'll update.
We have two Salesforce custom objects: Grant and Checklist. There is a lookup field on the Checklist object called Grant ID which has a filter that retrieves the corresponding Grant number if this field were to be populated manually. The vendor's script was failing (Field Filter Validation Exception) due to the filter. However, once I removed it, their script caused mayhem in the form of 2000+ duplicated records.
Idealistically what should be happening is the following:
Any assistance or insight is greatly appreciated.
Diavonna
I'm hoping someone can provide me a little insight with a situation/problem I'm having with an integration. I am working with an vendor for an application and their script is failing miserably; they are also not familiar with Salesforce. I don't know what they are coding in as they are not telling me, but if I can find out I'll update.
We have two Salesforce custom objects: Grant and Checklist. There is a lookup field on the Checklist object called Grant ID which has a filter that retrieves the corresponding Grant number if this field were to be populated manually. The vendor's script was failing (Field Filter Validation Exception) due to the filter. However, once I removed it, their script caused mayhem in the form of 2000+ duplicated records.
Idealistically what should be happening is the following:
- Checklist is created in the external program and the record is created in Salesforce
- Grant ID is located via filtered lookup field and Grant ID field is populated by external program's on the Checklist record
Any assistance or insight is greatly appreciated.
Diavonna
Yes, it can be done with the external program using one of Salesforce's APIs, such as SOAP, REST or BULK. With these APIs, you can create records and relate records (parent/child) with each other just like in Apex.
@UCInnovation Thank you for responding and my apologies for taking so long to get back to you. Unfortunately, the more I tried to get them to use Salesforce's APIs to make the integration work, the more they resisted. So the integration they could get to work is slipshod at best and my internal customer has given up on getting what she wanted.