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
vgorgolvgorgol 

passing data in a custom button

This one really frustrates me as I have done this before successfully, and I was able to pass the standard object reference using the lkid trick just fine.

 

/a11/e?00NT0000001SJvh={!Case.Call_Type__c}&00NT0000001SK11={!Case.Call_Sub_Type__c}&{!LEFT($Setup.CM__c.Case_Id__c,17)}={!Case.CaseNumber}&{!LEFT($Setup.CM__c.Case_Lookup_Id__c,22)}={!Case.Id}

 

 

This is coming from a case going to a custom object.

 

The problem I am having is populating the contents of picklist with data from an identical picklist from case.

 

The call_type__c and call_sub_type__c are the picklists that refuse to populate. The field ids are correct.

 

What am I doing wrong? Any ideas?