Advanced list customization

You can attach Create Scripts to individual columns on grids. The script is run on the server when the list is being created. For more information, see Adding a Create script to a list or grid.

All CRM Object Model properties and methods (current context) can be accessed. Also, the CurrentUser object and Value property (the value the user is submitting) can be accessed.

The following grid column properties can be accessed with Create Scripts:

  • Visible ( )
  • Alignment ( )
  • AllowOrderBy ( )
  • CustomActionFile ( )
  • CustomIdField ( )
  • JumpEntity ( )
  • ShowHeading ( )
  • ShowSelectAsGif ( )

You can attach HTML and JavaScript content to an entire list or grid in the Custom Content field. For more information, see Adding custom content to a grid or list.