Step to open the Form Personalization window, using following steps...
Seq | Descriptions | Level | Enable |
10 | XX PO Lines Quantity None
Editable When It Comes From Requisition from AutoCreate PO |
Form | YES |
Condition Tab | |||
Trigger Event | WHEN-NEW-ITEM-INSTANCE | ||
Trigger Object | PO_LINES.QUANTITY | ||
Condition | (select r.segment1 | ||
from po_headers_all p, | |||
po_distributions_all d, | |||
po_req_distributions_all rd, | |||
po_requisition_lines_all rl, | |||
po_requisition_headers_all r | |||
where p.po_header_id = d.po_header_id | |||
and d.req_distribution_id = rd.distribution_id | |||
and rd.requisition_line_id = rl.requisition_line_id | |||
and rl.requisition_header_id = r.requisition_header_id | |||
and p.segment1 = :PO_HEADERS.SEGMENT1) is not null | |||
Processing Mode | Both |
Action Tab | ||||
Action Sequence | Type | Action Description | Language | Action Enabled |
10 | Property | UPDATE_ALLOWED | All | YES |
20 | Property | INSERT_ALLOWED | All | YES |
For SEQ 10 | ||||
Object Type | Item | |||
Target Object | PO_LINES.QUANTITY | |||
Property Name | UPDATE_ALLOWED | |||
Value | FALSE | |||
For SEQ 20 | ||||
Object Type | Item | |||
Target Object | PO_LINES.QUANTITY | |||
Property Name | INSERT_ALLOWED | |||
Value | FALSE |
No comments:
Post a Comment