I can't seem to locate a VAT Reg Number property anywhere in the IBO's. Specifically I looked on CContact and its base class.
I then looked to see if there is a way within the IBO's to access the values from the Name_Fin table in a similar fashion to using GetExtTableByName, but this didn't work for me (I'm pretty sure this is because the table is not a user defined table).
How can I modify this property using the IBO's?
Thanks
Christian
You can get the VAT Reg
You can get the VAT Reg number from CContact object
Something like
var contact = new CContact(user,contactId);
var vatReg = contact.FinancialProfile.VatRegNumber