Function ID: The ID for the function. It is user-assigned, mandatory and cannot be modified after the function has been created. IDs for non-system generated Functions cannot end with the underscore character ("_").
Description: User maintainable description. It is mandatory. It can be modified in Update mode for user created functions.
System Provided: Indicates whether this Function has been provided as part of the base Transportation Manager data set. Setting is controlled by the application.
URL: The URL that will be accessed when this function is requested. This is applicable only for functions that are not system provided, or for system-provided functions representing other JDA solutions (other than Transportation Manager). Internal mapping will be used to navigate to URL pages for system-provided Transportation Manager functions.
URL Parameters: The parameters that should be passed to the target URL when this function is requested. This is applicable only for functions that are not system provided, or for system-provided functions representing other JDA solutions.
Open in New Window: This defines whether the page referenced in the URL will be opened in a new window. It will always be false for system provided functions. It can be modified in Update mode for user created functions.
Use Post HTTP Method: Post requests submits data to be processed to a specific resource. These requests are never cached, do not remain in browser history, cannot be bookmarked and have no restrictions on data length. It will always be false for system provided functions. It can be modified in Update mode for user created functions.