Set and Get a Value | CRM Interface

SET

http://localhost:8155/vxcrm.jsp?action=set

Specify name='COLUMN_NAME' and value='VALUE'. You also must specify crmentid.

There are a few special parameters with the set option .If you want to set by category name, use CUSTOMER_CATNAME for the column name. To set an agent field by name, replace the _ID in the column name with _NAME.

GET

http://localhost:8155/vxcrm.jsp?action=get

Specify name='COLUMN_NAME'. You also must specify crmentid.

Add Note

http://localhost:8155/vxcrm.jsp?action=addnote

To add a note to an entity, specify note= for the notes. You also must specify crmentid. To specify which entity table, use the MOD parameter.

http://localhost:8155/vxcrm.jsp?action=addnote&crmentid=12345&note='NOTE HERE'