Step-by-Step: Deleting personid from LOCATIONUSERCUST via MxLoader
1. Create a Custom Object Structure
-
Go to Integration > Object Structures
-
Create a new structure (e.g., MXLOCATIONUSERCUSTDEL)
-
Set the Primary Object to LOCATIONUSERCUST
-
Include only the fields you need: LOCATION, PERSONID, ORGID, SITEID
2. Enable Delete Action
-
In the object structure, go to Add/Modify Actions
-
Ensure Delete is enabled for the LOCATIONUSERCUST object
3. Create an Enterprise Service (Optional)
-
If you want to use this via REST or MIF, create an Enterprise Service linked to the object structure
-
Set the processing rule to allow delete
4. Prepare Your MxLoader Sheet
Use the following format in your Excel sheet:
| LOCATION |
PERSONID |
ORGID |
SITEID |
_action |
| LOC001 |
STEVIE01 |
EAGLE |
MAIN |
Delete |
5. Run MxLoader
------------------------------
Mohamed Moussa
------------------------------