Options

Using DotNet var on Business Central

Hanen_THanen_T Member Posts: 32
Hi all,

Anyone knows how to use DotNet variable on AL Code and Business Central (Saas for the client).
I'm trying a code to merge 2 pdf files but can't found a solution how to use a var dotNet type
Technico-Functional Consultant NAV
It's all about passion of Navision World

Answers

  • Options
    SanderDkSanderDk Member Posts: 497
    You cannot use DotNet on BC Saas, only OnPrem.
    You can put your code in a Azure function or similar, or use some Javascript
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • Options
    Hanen_THanen_T Member Posts: 32
    Thank you for your answer. Do you think I can do pdfmerge (AL Code on BC) without using DotNet??? I'm a begginer on zure :blush:
    Technico-Functional Consultant NAV
    It's all about passion of Navision World
  • Options
    RockWithNAVRockWithNAV Member Posts: 1,139
    There's a lot more data types added on BC side, so you can give a try to explore if something works in over there :smile:

    If not then you need to bind the code with Azure functions that's what is the recommendation.
Sign In or Register to comment.