Hi,
We can get the datatype of the attribute using JavaScript in CRM.
Here is the syntax for it.
Xrm.Page.getAttribute("<AttribueSchemaName>").getAttributeType()
This method will return one of the following string values
--
Happy CRM'ing
Gopinath
We can get the datatype of the attribute using JavaScript in CRM.
Here is the syntax for it.
Xrm.Page.getAttribute("<AttribueSchemaName>").getAttributeType()
This method will return one of the following string values
- boolean
- datetime
- decimal
- double
- integer
- lookup
- memo
- money
- optionset
- string
--
Happy CRM'ing
Gopinath
No comments:
Post a Comment