Required Fields

Sort:
You are not authorized to post a reply.
Author
Messages
Maria
New Member
Posts: 1
New Member
    Is it possible to make certain fields required in Lawson 9.01? We are integrating with a procurement company for our PO/Invoicing process. We will need to send them a supplier feed, but when setting up suppliers in the AP10.1 screen most fields are not required. Is there a way to make them so? Thank you!
    Ragu Raghavan
    Veteran Member
    Posts: 468
    Veteran Member
      If you are not averse to modifying 4GL code, it should not take long to make the fields required.
      For instance, in the AP10.scr file, ADDR1 field is defined as required (SR). ADDR2 is optional (SB).
      Just change it to SR, recompile and it should work.

      Or if you have Design Studio, you can put in some edits, so users in Portal/Mingle/LSO are forced to populate fields.


      2 VDR-ADDR1 AL 30 SR
      2 VDR-ADDR2 AL 30 SB
      2 VDR-ADDR3 AL 30 SB
      You are not authorized to post a reply.