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
lamichhane.deeplamichhane.deep 

How to obtain the feild id and field value???

https://na1.salesforce.com/500/e?cas11=phone&cas3_lkid=0033000000V8Cao&cas4_lkid=0013000000MgNT3&cas7=New&cas8=Medium&CF00N30000002NWpk=24/7&CF00N30000002NWpk_lkid=a013000000NwlaM&retURL=/0033000000V9zDDAAZ&inline=1

In the above link.
cas11= :is for Case Origin.
cas3_lkid= :is for Contact ID.
cas4_lkid= :is Id for some field.
cas7= :is for Status.
cas8= :is for Priority.
CF00N30000002NWpk= :is for .....
Similarly.. what would the Field id Name for the Asset.

Similarly,Plz help me somebody for finding the feild id name for Asset.
mtbclimbermtbclimber
There is no mechanism today to get the custom field definition Id programatically.

Also you should be aware that form/request parameters,  URLs, paths and javascript library functions generated and utilized by standard salesforce pages/components are not guaranteed to be stable - they can change at any time without notice.

Given this is a post to the Visualforce forum, I am confused by your reference actually as if you were using Visualforce you could control these parameters and default the values accordingly, in essence creating your own API.

What is the Visualforce angle on this solution? Perhaps there is a better way here.
lamichhane.deeplamichhane.deep
Hi all,

I got resolve it the problem.I used this tactics.

Way to obtain Asset field id:
def_asset_id=02i30000001FGAz

Regards,
Deepak