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
Ishan K SharmaIshan K Sharma 

How URL parameters works?

 

https://cs5.salesforce.com/widg/filepicker_fs.jsp?lktp=015&mode=1&eid=00YO0000000MQcZ&utype=00P&omode=1&otype=2

 

This is my url. I want to know what exactly these parameters reference to??.

lktp,&mode,eid , utype &omode and otype..what does it stands for?

 

Thanks&Regards

Ishan Sharma

sfdcfoxsfdcfox
Many salesforce.com parameters are undocumented (or, rather, not PUBLICLY documented). This is intentional, and you probably shouldn't read too much into it. Why would you want to manipulate this particular feature, anyways?
Niket SFNiket SF

Those are salesforce Specifed 

IKtp = No idea

mode => Basically edit, View

eid => Id not sure

uType => May be object Type

 

Sagar PareekSagar Pareek

Due to security reasons , salesforce has not documented these into such deeper level. You should have only concern with the parameters you pass.