Populating TDS Tax Category through Form Personalizations

Objective: Populate TDS Tax Category for multiple lines through the custom procedure for an invoice before doing the validation and at the time of Action button clicked.

Seq 10
Description Update Taxes for Tax Category
Trigger Event WHEN-NEW-RECORD-INSTANCE
Trigger Object INV_SUM_ACTIONS
Processing Mode Both

Seq 10
Type Builtin
Enabled Yes
Builtin Type Execute a Procedure
Argument ‘declare
begin
xx_tds_populate.tds_update(”’||${item.INV_SUM_FOLDER.INVOICE_ID.value}||”’);
end’

Populate the message

Seq 11
Type Message
Enabled Yes
Message Type Show
Message Text =’TDS Tax Details has been populated. Kindly do check the TDS Tax Details Form and validated the records before validate, if TDS related invoice!!! ‘

Recent Posts