CRM methods
- AddContent(Content). Adds the value in its parameter to the page in memory and returns that value when the GetPage() method is called.
- CreateQueryObj(SQL, Database). Creates a new query object from the system database or an external database to which Sage CRM is connected.
- CreateRecord(TableName). Creates a new record object in a specified database table.
- FindRecord(TableName, QueryString). Finds and retrieves a record object from a specified database table.
- Form(ElementName, Options). Retrieves the values of form elements posted to the HTTP request body. Allows you to filter the values to be returned.
- GetBlock(BlockName). Retrieves a Sage CRM block.
- GetCustomEntityTopFrame(Entity). Retrieves the top content (the icon, caption, and description) for a custom entity.
- GetPage(). Returns the page contents that have been previously added by the AddContent method.
- GetTrans(Family, Caption). Returns the translation for a caption in the specified caption family, based on user's current language.
- QueryString(ParameterName, Options). Retrieves the values of the parameters in the HTTP query string. Allows you to filter the values to be returned.
- RefreshMetaData(Family). Updates the Sage CRM internal cache with new information.
- SetContext(EntityName, EntityID). Updates the recent list for the specified custom entity.