You need to sign in to do that
Don't have an account?

Custom List button to autopopulate lookup field is not working
Hi,
I have created a customList button to autopopulate lookup field. Something like below:
/800/e?CF00NA0000005JzZX={!object__c.name}&CF00NA0000005JzZX_lkid={object__c.Id}&retURL={!object__c.id}
The issue is I have custom field called Name. (API Name: Name__c)
When I click on this button, the standard name field is being overriden by the custom name field.( I made sure that I selected the standard name field).
Not sure how to prevent this. I cannot change the custom field API name/Label because it has many dependencies in triggers & classes etc.
So any workaround or suggestions are welcome.
Many thanks in advance :)
I have created a customList button to autopopulate lookup field. Something like below:
/800/e?CF00NA0000005JzZX={!object__c.name}&CF00NA0000005JzZX_lkid={object__c.Id}&retURL={!object__c.id}
The issue is I have custom field called Name. (API Name: Name__c)
When I click on this button, the standard name field is being overriden by the custom name field.( I made sure that I selected the standard name field).
Not sure how to prevent this. I cannot change the custom field API name/Label because it has many dependencies in triggers & classes etc.
So any workaround or suggestions are welcome.
Many thanks in advance :)