onContactEditorApplyDefaultInvoiceReference (event)
Description
Event called when the "Apply" default invoice reference button is pressed in the Contact Editor.

Parameters
contactID int
reference string

Return value
handled true

Example
function onContactEditorApplyDefaultInvoiceReference(contactID, defaultRef)

    -- place override code here
    -- ...

    -- do nothing else (cancel event)
    return false
end

Comments

See also

Back
Generated on the 26 June 2024 at 22:01:30 (UK Time)