It identifies the physical table name from the eSpace name and Entity name from the Input Parameter and uses the name for Create or Update.
When inputting multiple records, It sorts in ascending order by primary key to avoid deadlock.
If the primary key is the default value, CreateorUpdate Action implements Create. When creating multiple records, It inserts them all at once. At this time, CreatedOn, CreatedBy, UpdatedOn, and UpdatedBy of Entity are updated.
If the primary key is not the default value CreateorUpdate Action implements Update. At this time, It confirms that there is no difference in UpdatedOn, and if there is a difference, make an exclusive error. If there is no difference, the data will be updated. At this time, UpdatedOn and UpdatedBy of Entity are also updated.