0

When I create a DAC for using that object on the code, worked on the version 4.20.2344

invoice.(somethig) 

But when I try to call the same object on version 5.3, it does not appear in visual Studio and I can't compile it, could you help me with this issue? Some one has the same problem?

I leave some images for explaining what happened

Here is the example on v4.20

Here is the error example in the v5.3 can't use the same

Arun Kumar Mohan
  • 11,517
  • 3
  • 23
  • 44
Beny Hdez
  • 92
  • 1
  • 8

1 Answers1

0

You must create a cache extension object for the DAC udfs and then create an instance of it in your code. See the code attached to the question here. NOTE, the code has a slight bug in it, make sure you read the answer!

Community
  • 1
  • 1
Patrick Chen
  • 1,028
  • 1
  • 6
  • 8
  • i added fields on the tables > Address BAccount ARRegister but i need to validate the camps with this info on ARInvoiceEntry how can i get that fields from the tables(address,BAccount). i need to Instance all ? or exist another way to do this? – Beny Hdez Aug 22 '16 at 21:55
  • you can create views in ARinvoiceEntry for each element and link them to the Current baccountid or addressid from the Invoice and then create Extension objects from each and pull data out of them. – Patrick Chen Aug 24 '16 at 00:01