Missing Information To Update
mvn__PJN_Missing_Information_To_Update__c
The Missing Information To Update (mvn__PJN_Missing_Information_To_Update__c
) custom object stores the metadata of the fields that are to be updated upon a successful POST call to the doPost() method of the Missing Information Request API (PJN_MissingInformationRequestApi
). This object enables integration users to submit information that is missing into Komodo Care Connect without needing access to each field and object that is to be updated.
Field label | API name | Data type | Description |
---|---|---|---|
Field Api Name | mvn__PJN_Field_Api_Name__c | Text(255) | The API name of the field to update. |
Field Type | mvn__PJN_Field_Type__c | Text(100) | The data type of the field to update. |
Field Value | mvn__PJN_Field_Value__c | Text(255) | The value to update on the field. |
Missing Information To Update Name | Name | Auto Number | The unique identifier of the Missing Information To Update record. It is formatted as |
Object Api Name | mvn__PJN_Object_Api_Name__c | Text(255) | The API name of the object to update. |
Object Id | mvn__PJN_Object_Id__c | Text(18) | The ID of the object to update. |