Customs Tariff overview on sales order confirmation

OKnockaertOKnockaert Member Posts: 7
Hello,

After a lot of reading on this wonderfull forum, I'll write down my very first post.

For a customer we have to create a small customisation to give an overview of the different customs tariff number on a sales order confirmation report.

My first thought was to create a new table "CustomsLine" where I add or update a line in the printing loop. This works fine, but the problem is that my customer has to buy an extra table...

Is there any way to do this without using a new table? For instance a temporary table in memory?

Thanks for your responses!

Best regards,

Olli.

Comments

  • krikikriki Member, Moderator Posts: 9,110
    Create a new table with any ID (of course in 50000..99999) you want and use that table as a TEMPORARY table. In this case, you don't need to add it to the customers license.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • ara3nara3n Member Posts: 9,256
    The amount of time you'll spend on a solution will cost more than buying the tables. So ask the customer to purchase the tables.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • OKnockaertOKnockaert Member Posts: 7
    Thanks for the replies.

    Could you give me some more information how to use a TEMPORARY table in a report?

    Best regards,

    Olli.
  • krikikriki Member, Moderator Posts: 9,110
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • OKnockaertOKnockaert Member Posts: 7
    Many thanks! It works fine!

    Best regards,

    Olli
Sign In or Register to comment.