I have have two form, form1(SalesQuotationTable), form2(smmOpportunityTable), they have the same field -- "category", when I type a value into form2 's "category" and save it ,open the form1, I want to see the same value in the "category" field.
and SalesQuotationTable.OpportunityId == smmOpportunityTable.OpportunityId
Can any one give me a hint ?
Thank you.
Regrades.
Thanks. That helps a lot.
I don't know if I understand well what you want to achieve, but you have to just find the corresponding SalesQuotationTable record based on the relation while updating or inserting the smmOpportunityTable record and update the "category" field value.
Hi Obsindian,
You need to use Args.
Please check this www.axaptapedia.com/Passing_values_between_forms
André Arnaud de Cal...
291,969
Super User 2025 Season 1
Martin Dráb
230,842
Most Valuable Professional
nmaenpaa
101,156