Question

Error Creating Custom field on PostingProposalHead

  • 26 January 2022
  • 4 replies
  • 109 views

Userlevel 3
Badge +10

Apps10

 

We want to include the Buyer_Code from Purchase_Order on the Posting Proposals screen when there is a PO_REF_NUMBER

But we keep getting an error message

 


This topic has been closed for comments

4 replies

Userlevel 6
Badge +12

What is the error message?

 

Joe Kaufman

Userlevel 6
Badge +17

Hi @chajash,

In the IFS documentation it is mentioned that “When a Select statement is set up for a Read-Only field, the arguments must exist in the base view or the base table for the LU, as well as in all approved detail views on that LU”. 
In your case you are creating custom fields for the “PostingProposalHead” Logical Unit. The base view of this logical unit is "posting_proposal_head” and table "posting_proposal_head_tab".  The attribute “PO_REF_NUMBER” is not available in the base view posting_proposal_head or in the table. Therefore, you can’t use “PO_REF_NUMBER” as an argument. 

 

Regards,

Kasun

Userlevel 3
Badge +10

I decided to create a custom view and then use that to get the values for the custom field.

Thanks,

Cindy

Userlevel 6
Badge +14

can you tell me the page where are you creating the custom field? and can you post a screenshot of the error?