Page 1 of 1

Field names for Debtor > Financials balances

PostPosted: Fri Sep 22, 2017 4:32 pm
by kyra
Hi,

In a plugin, I'm trying to reference the Debtor Financial balance fields: Current, Period 1-3+,Total (see attached img)

From where can I find the reference names of these fields? eg. debtor.Financials.General.Balances.Current

I've only had to work with data on the main debtor page (debtor.Name, debtor.DeliveryAddresses etc) so not sure where how to go about the other fields

Thanks,

Re: Field names for Debtor > Financials balances

PostPosted: Fri Sep 22, 2017 4:40 pm
by Scott.Pearce
You can use the permissions form to reveal control names. See my post here:

viewtopic.php?f=26&t=375&p=1213&hilit=control+names#p1213

Re: Field names for Debtor > Financials balances  Topic is solved

PostPosted: Fri Sep 22, 2017 4:43 pm
by Scott.Pearce
If you are after the business logic properties, browsing the JiwaDebtors.Debtor class in the visual studio object browser I can see:

CurrentBalance
Period1Balance
Period2Balance
Period3Balance
Period4Balance

Re: Field names for Debtor > Financials balances

PostPosted: Fri Sep 22, 2017 5:17 pm
by kyra
Thank you very much Scott

Cheers,