Requested by (requested_by) and Requested for (u_requested_for) are not copying correctly to the SCTASK recordIssue The user's Requested By and Requested For values weren't transferring correctly to SCTASK records.ResolutionIt was found that there were custom Business Rules which were populating the "requested_for" and "u_requested_by" fields on both the Request (REQ) and Requested Item (RITM), but there was no custom Business Rule which was applied to the Catalog Task (SCTASK) table to perform the same functionality there. What the user was doing was taking the value stored in a variable, entered by an end-user when they ordered an item, and copying the value to the appropriate fields. Again, the user had the customization in place for Requests (sc_request) and Requested Items (sc_req_item), but not for Catalog Tasks (sc_task). To remedy this, the user created a similar custom Business Rule on the sc_task table. Doing this resolved the issue.