Jump to content

Frequent use Script Events: Difference between revisions

no edit summary
m (Changed protection level for "Frequent use Script Events" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)) [cascading])
No edit summary
Line 5:
==Frequent Use Events==
{{NavigateDeveloper|collapsed}}
===OnMasterColumnChanged===
Learn about [[Master and Detail in Document]].
'''OnMasterColumnChanged''' is triggered when user changes the value on master area of entry form, except detail area.
 
====OnMasterColumnChanged event in Sales Invoice====
<syntaxhighlight lang="csharp">
public void OnMasterColumnChanged(BCE.AutoCount.Invoicing.Sales.Invoice.InvoiceMasterColumnChangedEventArgs e)
</syntaxhighlight>
 
====Example====
*PromptWhen DebtorCode is Changed, prompt message box to display Price Category of selected customer, when DebtorCode is changed.
<syntaxhighlight lang="csharp">
public void OnMasterColumnChanged(BCE.AutoCount.Invoicing.Sales.Invoice.InvoiceMasterColumnChangedEventArgs e)
Line 43 ⟶ 44:
[[Category:Script Event]]
 
====[[OnDetailColumnChanged]]====
 
====[[BeforeSave]]====
 
====[[CalcSubTotal]]====
 
====[[OnFormInitialize]]====
<br />
[[:Category:Script_Event|More Application Script Events]]
<br />
[[Category:Developers]]
[[Category:AppScript]]
Cookies help us deliver our services. By using our services, you agree to our use of cookies.