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
we-mpwe-mp 

Data in Custom object not being sent via URL

Hi, 
I have a custom lookup field in my Contact object called 'LoginInfo'.  LoginInfo has 2 fields -- userName & password.  ( When I create a new Contact, I choose a LoginInfo object from the list displayed. )
 
I have also created a custom button in my Contact Page Layout that executes the following URL:
 
 
Data in the Contact and Account object get passed as expected.  But data in LoginInfo object is not passed to the called app. 
Why is this?  Both Account and LoginInfo have similar lookup relationships with Contact.  What am I missing here?
 
Thank you.
we-mpwe-mp
Does anybody have any pointers on this?  Thank you.
sfdcfoxsfdcfox
As far as I know, the {!Object.Field} notation only works on standard objects right now in custom links. So you'd have to run a query on the receiving end (passing an Endpoing URL and a Session ID) or on the browser's end then construct the URL from the results.

~ sfdcfox ~