thanks it solves my problem
In addition to above suggestion, you can also check what's the query generated for the form. Add info(this.query().toString()) in executeQuery method. Based on the query, you can validate if there is valid data or you need to make some changes in your form.
Do you have added any other range on the form. Check whether you have added any other range on the form.
If the record is not shown in the form, then the relation field in child table is not filling in. After adding record check whether that field values is filled in.
Thanks,
Girish S.
Hi Girish,
Thanks for reply
I already did that but when i created new record in serviceOrderLines Grid means when i added new item and then added its quotationLInes in service order quotation Lines grid and save that and then when i open the record again the ServiceQuotationLines against items are vanished but they are saving in database.
Actually I am created ServiceRequest Customized form in which first grid " ServiceRequestLines" are actually arrival items and second Grid its quotations against arrival item.
i am also attaching the screenshot of form so you can understand below:
Hi Munib, Check this article
Hi Munib,
If you set the join source property on the form, it will work properly. Make ServiceRequesetLineTable as a Parent DataSource and on the property of the ServiceRequesetQuotationLines DataSource set the Join source property to ServiceRequesetLineTable.
Grid will filter based on that.
Thanks.
Girish S.
André Arnaud de Cal...
291,883
Super User 2024 Season 2
Martin Dráb
230,569
Most Valuable Professional
nmaenpaa
101,156