We also have this issue. Today we set the delete date and inactivation attributes on the entity type to be removed, let that publish out to our downstream tables. Then hard delete the entity to be removed, then reload. I did not know about the ability to switch in the UI, and will need to see how that affects the publish of our downstream tables. I DO want to know more on the XHR. I went to Developer Tools did not see Inspect clicked on Network, do not see XHR. I did run the steps, click edit, clicked entity type and changed it, and then exported the .har created. Not sure how to see the API command. I don't read JSON very well but saw Post command "headersSize": 1084,
"bodySize": 41,
"postData": {
"mimeType": "application/json",
"text": "{\"value\":\"configuration/entityTypes/IDN\"}"
}
},
is this what I am looking for, it is followed by a content section that has all the attributes.
Please guide me on if this is what you mean by XHR?
------------------------------
Angela Wawrzaszek
Manager, MDM governance and Application Enablement
------------------------------
Original Message:
Sent: 09-29-2021 15:04
From: Walt Feldman
Subject: Changing Entity Type - Non-UI Solution?
Hi Michele,
When you are in the UI, open your browsers developer tools. On Chrome, if you go to inspect->network->XHR, you will see the API call that the UI is using. You can use that same call in Postman or wherever.
Regards,
Walt
------------------------------
Walt Feldman
Solutions Architect
Tenerity
Original Message:
Sent: 09-29-2021 13:17
From: Michelle Popovits
Subject: Changing Entity Type - Non-UI Solution?
From time to time we have a reason to change an entity type for a specific entity type. For example, between Organization and Individual. We have been doing this manually through the user interface since the current api calls that update these entities get rejected when a type change is detected.
Are there other options for changing the type of a specific entity that do not involve manual intervention in the UI like this?
If we can avoid the rejects that would be useful. If we can't - but have more than we want to do manually single file then are there other options for such fixes. For example, is there an api call we can make or a bulk update option? I'm still pretty new to all of this and would really like to improve our process when making these types of fixes. I have a fix going in that will require well over 200 of these changes to be required and would like to avoid developing carpel tunnel syndrome from excessive repetitive clicking.
How this is done currently in the Reltio UI:
------------------------------
Michelle Popovits
Empire Life
------------------------------