This post is aimed at people who are just beginning to make javascripts codes for forms and fields of CRM. At least when I started in this world the first thing to do was just sent me this and often unaware of the properties and methods that would enable faster my work ... in order. So that does not happen as I do, I'll leave a list of properties and methods:
cadent
Global Variables
gives us a text using the server name
USER_LANGUAGE_CODE | |
ORG_LANGUAGE_CODE | |
ORG_UNIQUE_NAME | |
Properties | crmForm
allows us to access all the form fields
crmForm.IsDirty | |
crmForm.FormType | |
-Form Type = 0 | -Create Form = 1 |
-Read Only Form = 3 | -Disabled Form = 4 -Quick Create Form = 5 -Bulk Edit Form = 6 crmForm.ObjectId Returns a string that displays the GUID of the record open. If the form is of type "Create Form" the vaslor be null. | crmForm.ObjectTypeCode
crmForm.ObjectTypeName | |
0 comments:
Post a Comment