ArkadyGranik
8 years agoQrew Cadet
Adding/updating a child (detail) record using URL formula
I have an estimating form with the following (simplified) structure: Estimating_Header -> Tasks.
In a form of an Estimate_Header, user can enter a Discount value that is passed to Tasks using a URL formula Apply_Discount. Depending on whether Discount was entered previously, the formula creates or edits child/detail record using API_AddRecord or API_EditRecord.
When user changes Discount value in Estimate_Header form and hits Apply_Discount button, QB offers to save the current (master) record. However, the Discount value is not always passed to the formula and user often has to hit Apply_Discount again.
Is there something I can add to pass the value straight away?
Thanks for your help.
In a form of an Estimate_Header, user can enter a Discount value that is passed to Tasks using a URL formula Apply_Discount. Depending on whether Discount was entered previously, the formula creates or edits child/detail record using API_AddRecord or API_EditRecord.
When user changes Discount value in Estimate_Header form and hits Apply_Discount button, QB offers to save the current (master) record. However, the Discount value is not always passed to the formula and user often has to hit Apply_Discount again.
Is there something I can add to pass the value straight away?
Thanks for your help.