Identifying Field IDs
This topic describes how to identify field IDs.
On this page
Identifying the Field ID of a field
- From the menu, click
> Application Builder > Applications.
- Click on the application for which you want to obtain the Field ID.
- On the Designer tab, maximize the Objects panel.
- Click
to open the column chooser and select ID to display the Field ID.
Identifying the GUID of a field
A Field GUID is a unique identifier that distinguishes the field from every other object in the system, regardless of type. Some processes in Archer require you to know the Field GUID.
- From the menu, click
> Application Builder > Applications.
- Click on the application for which you want to obtain the Field GUID.
- In the Data Fields panel, click on a field for which you want the Field GUID.
- In the General Information section, note the Field GUID.
Identifying the Field GUID of all fields in an application
- From the menu, click
> Integration > Obtain API Resources.
- Click Generate API Code.
- In the Application drop-down, select the application in which you want to obtain the Field GUIDs.
- Note the Field GUIDs. For example:
public static readonly Guid Application_ID = new Guid("xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx");