Unable to create PO Receipt with User which is not attached to any employee
While creating a Receipt with User which is not linked to an employee, we are getting below error:
"You must enter a value for the EMPLOYEE_NAME column."
POST - fscmRestApi/resources/11.13.18.05/receivingReceiptRequests
Request Payload:
{
"VendorSiteId": "123",
"ReceiptSourceCode": "abc",
"VendorName": "abc",
"BusinessUnit": "abc",
"VendorId": "123",
"Comments": "abc"
"lines": [
{
"TransactionType": "abc",
"UnitOfMeasure": null,
"SoldtoLegalEntity": "abc",
"Amount": 1,
"DocumentNumber": "123",
"ItemDescription": "123",
"ReceiptSourceCode": "abc",
"AutoTransactCode": "abc",
"DocumentLineNumber": "1",
"SourceDocumentCode": "abc",
"TransactionDate": "123"
}
]
}
What roles and privileges should we assign to the user without linking it to an employee to create PO Receipts?
@Sherif Bashar @Nada Bashar @Shay Shmeltzer-Oracle @Preetham Kumar-Oracle @Hemanth Lakkaraju-Oracle @Satish Kumar