Is there a chance to show values from different tables in the same grid field?
I do have a table holding tableid and recid from salestable and inventtable. Now I want to show SalesId or ItemId in one grid field depending on the related info on the record.
show different tablefield values in one grid field
You can't bind a grid field to two different fields at once. You can use a display method, or you could create a view with a computed column and bind the grid field to this column.
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.