Announcements
No record found.
Dear Experts,
I created a field in batches form for remarks just string type it is ok and we can pass our remarks. On other hand i created a field in ON Hand Form this field is not letting me to insert the data or pass any argument.
Best Regards,
Shabir Ahmad
In which table did you create this field? Is it the same table that is used as data source on this form grid? The field must be added to a table first. Then you can add it in a form.
Check following properties of the field in your first picture:
- Data source
- Data field
Nikolaos Mäenpää,
I created field on Inventsum table restore it and drag it to overview grid.
best Regards,
And what is the name of the form?
The form name is InventOnhandItem in AOT Forms and on the client window it is On-Hand in inventory management module inquiries menu.
Did you build your code and synchronize database after adding the field?
Please try to run full x++ compile and db sync in your system.
By the way, what are you using this field for? If someone adds there remarks, what happens to them later and what are they used for? InventSum records might get removed and recreated when the values are recalculated so you should not store anything there that you need later / permanently.
Nikolaos,
Thanks for your reply, no i didn't make any code i just create a string field on inventsum restore and compile it. The field is now showing in inventsum datasource of inventonhanditem form.I only drag the field from inventsum datasource to the overview tab grid.
Thanks and Regards,
Shabir
Yes, I understand. Please follow my suggestions and the issue should be fixed.
New fields must always be synced to database before they can be used.
And whenever making changes to the system it's good to compile your code.
In addition to that, I suggest you to set up a nightly full build in your dev system, this way any such issues would be automatically resolved nightly.
Check data source property of InventOnhandItem , i can see allowEdit/allowCreate/allowDelete are No which means we can't modify any records in this form.
Please refer more from: docs.microsoft.com/.../form-data-source-properties
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 649
André Arnaud de Cal... 447 Super User 2026 Season 1
Syed Haris Shah 242 Super User 2026 Season 1