CRMEntryBlock properties

  • AllowBlank. Specifies whether the field can be set to a blank value.
  • Caption. Allows you to change a field caption on a screen.
  • CaptionPos. Sets the position of field captions relative to the field values for an entity record.
  • CreateScript. Specifies the server-side JavaScript that is run upon the creation of the entry instance.
  • DefaultType. Sets the default value for the field.
  • DefaultValue. Specifies the default string value to use for the field when a new entity record is created.
  • EntryTypeSets the field type.
  • Fam. Sets the caption family of the CRMEntryGroupBlock object.
  • FieldName. Specifies the name by which the field is referenced.
  • Hidden. Hides or shows an entry.
  • JumpEntity. Hyperlinks the field in view mode to an entity summary screen.
  • LookUpFamily. Sets the look-up family for an entry.
  • MaxLength. Sets the maximum length of a field value (CRMEntryGroupBlock object).
  • MultipleSelect. Sets if the user can select more than one item from the entry block list.
  • OnChangeScript. Specifies the JavaScript to run when the field value is changed.
  • ReadOnly. Specifies whether the field is read-only or writable.
  • Required. Specifies whether the field is required or optional.
  • Size. Specifies the maximum field size in characters.
  • ValidateScript. Specifies the server-side validation JavaScript to run when the entry is executed in save mode.
  • AllowUnassigned. Changes the option name from None to Unassigned
  • Restrictor. Specifies an Advanced Search Select field that restricts the search values for the field.
  • CopyErrorsToPageErrorContent. Specifies where to display validation errors related to a particular block on the page.
  • Width. Specifies the number of columns a field should span.
  • Height. Specifies the number of rows a field should span.