Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updating challan information
Syntax
client server public static boolean updateChallanInformation(
Voucher _vouhcer,
TaxWithholdSettleTrans_IN _taxWithholdSettleTrans,
AccountNum _accountNum,
BankChequeNum _chequeNumber)
Run On
Called
Parameters
- _vouhcer
Type: Voucher Extended Data Type
Voucher is used to find the record.
- _taxWithholdSettleTrans
Type: TaxWithholdSettleTrans_IN Table
Buffer of TaxWithholdSettleTrans_IN table.
- _accountNum
Type: AccountNum Extended Data Type
Account number to update the authority of TaxWithholdTrans_IN .
- _chequeNumber
Type: BankChequeNum Extended Data Type
Cheque number to update the record.
Return Value
Type: boolean
If record updates then return true otherwise false.