Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You can create custom tags to Custom tags let you define your own fields in LAC forms by using the Custom Tags tab from the Administration page. Currentlycustom information to include in LAC. A custom tag is essentially a user-defined field that is available for use in both the web-based UI and the LAC SOAP API. Custom tags are associated with a particular LAC object (Customer, Product, License, etc.). Currently, custom tags can be created only for Customer formsobjects, but will be extended to other areas objects in the future.

When you create or edit a customer, the Custom Tags tab in the Create Customer or Edit Customer dialog contains all the custom tags you have added. Essentially, the custom tag is a field label that is added to a form in LAC. You can enter whatever information you like in your custom tag field.

For example, you might like to track the technical support level that a customer purchased when adding your customers to LAC: Bronze, Silver or Gold. To . To do this, you would add a custom tag called, for example, "Support Plan." Then, when you This tag is then available from the associated object's web-based UI forms (for our example, in the Create New Customer and Edit Customer dialogs) and the LAC SOAP API. (Also see Soap_CustomTag for information about adding custom tags using the API.) The "Support Plan" tag can then be given the appropriate value to describe the customer's level of support; for example, Bronze, Silver or Gold.

Custom tags are most powerful when used in API calls, in order to locate and manipulate objects based on their associated data (see FindCustomerByCustomTag). For example, using our "Support Plan" example, you can use the API to get a list of all your customers that have Gold level of support.   

When you create or edit a customer using the web-based UI, the Custom Tags tab in the Create Customer or Edit Customer dialog contains all the custom tags that you or other LAC administrators have added to LAC. When you create or edit a customer, you can open the Custom Tags tab and to enter the appropriate support level in the Support Plan information for any given custom field.  .  

You create custom tags using the Custom Tags tab from the Administration page.

To create a custom tag:

  1. Open the Custom Tags tab in the Administration page. 
  2. Click Create Custom Tag.
  3. In the Name field, enter the name for the custom tag. The name should be descriptive, so LAC users understand what information should be entered in the field when filling out a form.   
  4. In the Type field, select the type of forms objects the custom tag should be applied to. Currently, only Customer can be selected.
  5. Click Save to create the tag. You return to the Custom Tags page, where you will see the new tag has been added to the list of custom tags.

You can edit or remove custom tags at any time using the edit and delete icons under the Action column in the custom tags list. Note that if you delete a custom tag, it will be removed from all forms objects that use it, so you will lose any information that has already been entered into LAC using that custom tag.