Skip to main content
Question

Error Creating Custom field on PostingProposalHead

  • January 26, 2022
  • 4 replies
  • 139 views

Forum|alt.badge.img+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 replies.

4 replies

Forum|alt.badge.img+12
  • Hero
  • 217 replies
  • January 26, 2022

What is the error message?

 

Joe Kaufman


Kasun Manuranga
Superhero (Employee)
Forum|alt.badge.img+17
  • Superhero (Employee)
  • 148 replies
  • January 29, 2022

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


Forum|alt.badge.img+10
  • Author
  • Hero (Customer)
  • 63 replies
  • February 17, 2022

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

Thanks,

Cindy


ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14
  • Hero (Customer)
  • 235 replies
  • April 20, 2022

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