How to Default and Convert Category Name to Buyer Working Day in Requisition DFF ?
Hi all,
In Oracle Cloud Procurement, I want to automatically default a value in a Descriptive Flexfield (DFF) on the requisition line, based on the category name.
For example, the category name might be:
N.STA.0001
N.CON.0001
N.CPR.0001
N.OFE.0001
I want to default a number into the DFF field, which represents the Buyer Working Day, based on the category. For example:
Category Name | Buyer Working Day |
---|---|
N.STA.0001 | 5 |
N.CON.0001 | 5 |
N.CPR.0001 | 5 |
N.OFE.0001 | 7 |
Objective:
- Automatically populate a DFF segment on the requisition line based on the item category.
- Use logic (e.g., case statement or mapping) to convert category name into the appropriate number.
Tagged:
0