Friday, August 13, 2010

Fun Login Games Like Poptropica

crmForm.que? Lookup

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:
 



Global Variables
cadent
gives us a text using the server name
language code provides the user selected Provides code language pack dela organization Provides the name of the organization crmForm
USER_LANGUAGE_CODE
ORG_LANGUAGE_CODE
ORG_UNIQUE_NAME
Properties
crmForm.all

allows us to access all the form fields
returns a boolean. True if the field has been modified Gets an integer depending on how you fall on the form. As valid values \u200b\u200bare: Undefined -Form Type = 0 -Create Form = 1 -Update Form = 2 -Read Only Form = 3 crmForm.ObjectTypeCode Gets the code of the open form entity. Gets the name of the entity of the open form.

0 comments:

Post a Comment

crmForm.IsDirty
crmForm.FormType

-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.ObjectTypeName