I want to be able to pass concatenated key parameters to several different UI Forms (such as CRMCall and UDxx). For a simple form like Customer Entry, I can pass a value in without any issues.
I want to mimic this:
CRMCallImpl, GetRows:
(RelatedToFile = ‘customer’ AND Key1 = ‘2357’ AND Key2 = ‘’ AND Key3 = ‘’)
I keep getting an error:
Error accessing the database: Incorrect syntax near ‘)’.
I could not get the .LaunchForm to work, but was able to use the .LaunchCallBackForm and that had worked. Below is the code that was able to launch CRM Call Log correctly with the key fields: