Skip to content

Commit 7337668

Browse files
Update README.md
1 parent 6f69ccc commit 7337668

File tree

1 file changed

+1
-2
lines changed
  • Server-Side Components/Business Rules/Move attachment from variable to record

1 file changed

+1
-2
lines changed

Server-Side Components/Business Rules/Move attachment from variable to record/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,4 @@ to the variable.
1212

1313
We can create an After Insert Business Rule on the sc_req_item table that automatically reassigns such attachments to the corresponding RITM.
1414

15-
This rule will run only for RITMs created from specific catalog items as defined in the filter condition of BR and query the sys_attachment table for records where
16-
table_sys_id matches the current RITM’s sys_id, and table_name equals 'ZZ_YYsc_cat_item_producer' and update the table_name to 'sc_req_item'.
15+
This rule will run only for RITMs created from specific catalog items, as defined in the filter condition of BR, and retrieve the attachment record from the sys_attachment table using the attachment variable value. It will then update the table_name to 'sc_req_item'.

0 commit comments

Comments
 (0)