Can I edit some fields on page header and line?

undy0602
undy0602 Member Posts: 67
Hello developers,
I want to update some fields on header and line pages. How to non editable except 3 fields?
Example. From purchase header want to update purchase code, vendor no from purchase line

Answers

  • lubost
    lubost Member Posts: 633
    Set Editable property of certain fields to TRUE and on remaining fields set this property to FALSE. You have to take into consideration that your scenario will lead to difficult creation of new order and/or lines.
  • undy0602
    undy0602 Member Posts: 67
    thanks @lubost ,
    Arent there any other solution ? I think this steps are so manually. If I want to 2 fields editable:=true, 20 fields editable:=false need to set one by one
  • Slawek_Guzek
    Slawek_Guzek Member Posts: 1,692
    The most automatic step is to hire someone to do it for you :)
    Slawek Guzek - www.yitron.co.uk
    Business Central, MS SQL Server, Wherescape RED;
  • kvb
    kvb Member Posts: 107
    undy0602 wrote: »
    thanks @lubost ,
    Arent there any other solution ? I think this steps are so manually. If I want to 2 fields editable:=true, 20 fields editable:=false need to set one by one

    not yet
    we are still waiting, me since 2000 ;)
  • xStepa
    xStepa Member Posts: 106
    Regards
    xStepa
  • undy0602
    undy0602 Member Posts: 67
    Thanks everyone