You need to sign in to do that
Don't have an account?
Does anyone know the maximum number of characters that a SFDC variable name can have?
Does anyone know the maximum number of characters that a SFDC variable
name can have?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Does anyone know the maximum number of characters that a SFDC variable
name can have?
Example for integer = 255 chas as well as for class name length 40chars like that ..
is there any documentation pls provide the link.
All Answers
Hi,
The Length of Number data type is 18 characters in salesforce .com
Hit Kudos if this provides you with useful information and if this is what you where looking for then please mark it as a solution for other benefits.
Thank You,
Hitesh Patel
SFDC Certified Developer & Administrator
My Blog:- http://mrjavascript.blogspot.in/
Example for integer = 255 chas as well as for class name length 40chars like that ..
is there any documentation pls provide the link.
Does anyone know the maximum number of characters that a salesforce variable
name can have?
It Depends on datatype which you have selected.
Text - up to 255 characters
Text Area - up to 255 characters
Text Area (Long) - up to 32,768 characters
Text Area (Rich) - Up to 32,768 characters
If It is Number Type then 18 characters ( including number of digits before and after decimal).
If It is TextType then then 255 Characters
if it is Class or variable name in apex then 40 characters
if it is report's Name then also 40 characters