Options

DLL Extensions call a IEnumerable<string> C# Function

aras_garas_g Member Posts: 1
how can i use this function in nav bc c/al


Unbenannt.png

i want send a list of userinformation in nav bc and get the list back

Answers

  • Options
    txerifftxeriff Member Posts: 492
    NAV is not object oriented language, that´s all I can say.

    If you want to send something to NAV and get a result using a web service, you must:
    -create that function in NAV
    -expose it in NAV (page 810)
    -consume using your .net C# development.

    Br,
Sign In or Register to comment.