Good morning, I need to know if there's a way to insert a new item in purchase line starting in the column "nº". I need this because with bar codes pistol is easier than type "produto" in the column "Tipo" and then go to column "Nº".
thanks a lot!
*This post is locked for comments
Just edit Page 54 and change the order or the fields (if you want to do that as default for everyone), otherwise (if it must be for a single user) change the order directly in the UI by opening a Purchase order, going on the line subpage, click on the top right on the subpage, select Customize and from here you can set the field order as you want.
and how to do that in the page i need to work? I need to alter in the source table purchase line? or is another way? I'm afraid of doing that and alter the remain structure..
Ok but you can place it as a second column. Otherwise no way.
I need the type, by default is a product but it can be changed understand?
Hide the Type and set No as first column. Type value assignment will be handled via code.
Ok but what I need to do to always start in this column? When I need to inser a new product in the purchase line it need s to begin at the item column number ("nº")
You’ve to handle the Purchase Line No OnValidate trigger and, as first line of code, set the Type field to Item (Producto in your language). Then standard code can be used as is.
I have the page Purchase Order (page 50) and i want in the purchase lines to start typing the product in the column "nº" which is the product number understand?
You want to place a text field in the Purchase Header and then, when a value is entered, insert the Purchase Line with No = the value inserted in the Header field?
If so, yes it possible with a customization. Create a Code(20) field in the Header and in the OnValidate of this field, you can trigger a function that inserts the Purchase Line.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156