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
Ranu JainRanu Jain 

get certificate in salesforce

 Dim store As New X509Store("MY", StoreLocation.CurrentUser)

this is code in .net..........what variable type is used in salesforc for this variable?

Navatar_DbSupNavatar_DbSup

Hi,

 

Follow the below link for data types available in salesforce:

 

http://www.salesforce.com/us/developer/docs/api/Content/primitive_data_types.htm

 

Follow the below link for field types available in salesforce:

 

https://ap1.salesforce.com/help/doc/en/custom_field_types.htm

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

SRIADISRIADI

You may use MAP type to store this value .