For Tiles Generic, the input binding property supports the following object types: PTC.Workflow.WorkItem, PTC.ChangeMgmt.ChangeRequest, PTC.ProdMgmt.Part, and PTC.CADDocumentMgmt.CADDocument. |
Property Name | Description | Property Type | Default Value | Required or Optional | |
---|---|---|---|---|---|
attributes | See Tiles for more information. Accepts attributes of specific object types, depending on the object type of the item in the input data. Details are as follows: • For input with object types of either PTC.Workflow.WorkItem or PTC.ChangeMgmt.ChangeRequest, accepts attributes with either PTC.Workflow.WorkItem or PTC.ChangeMgmt.ChangeRequest object types. Additionally, accepts the AffectedObjectsCount and AttachmentsCount attributes, which have the PTC.ChangeMgmt.ChangeRequest.Custom.Adapter object type. For example, if the item in the input data has an object type of PTC.Workflow.WorkItem, this property can accept attributes with the object type PTC.Workflow.WorkItem or PTC.ChangeMgmt.ChangeRequest. • For input with object type of PTC.ProdMgmt.Part, accepts attributes with PTC.ProdMgmt.Part object type. • For input with object type of PTC.CADDocumentMgmt.CADDocument, accepts attributes with PTC.CADDocumentMgmt.CADDocument object type. | N/A | Required |
Name | Description |
---|---|
GetConfigurations | Returns the available configurations for the Tiles Generic implementation. Parameters: None Returns: JSON |
GetImplementationLabel | Returns either the localized name of the component or the token that can be used to obtain the localized name. This localized name is displayed in the Mashup Builder user interface. Parameters: None Returns: String |
GetAttributesValues | Returns a JSON with attributes and their values. Parameters: input (Required)– JSON in CCO format that includes the input ID for the data to be fetched from the backend system and the adapter information for the backend system. configuration (Optional)– JSON with the final merged configuration obtained from the Tailoring Manager resource. attributes (Required)– JSON with the list of out-of-the-box attributes. Returns: JSON in CCO format |
GetAdditionalAttributesValues | Returns a JSON with values for additional attributes. Parameters: input (Required)– JSON in CCO format that includes the input ID for the data to be fetched from the backend system and the adapter information for the backend system. configuration (Optional)– JSON with the final merged configuration obtained from the Tailoring Manager resource. attributes (Required)– JSON with the list of additional attributes. OOTBAttributesValues (Optional)–JSON in CCO format with values ofout-of-the-boxattributes returned by GetAttributesValues.These values can be used to calculate values for additionalattributes. Returns: JSON in CCO format |