need help with nav webservice about bind codeunit with page for SOAP

according to https://msdn.microsoft.com/en-us/library/dd339004(v=nav.90).aspx
I did followed every step in above link and apparently the methods that I created inside codeunit is not exposed to the object(page) what do I need to do to bring the codeunit back? thanks in advance

Answers

  • DuikmeesterDuikmeester Member Posts: 307
    Page published with codeunit same name but not published should be all. Check if your functions are not set LOCAL.
  • @Duikmeester thanks for replied my question, I did published only the page and left codeunit uncheck, and the function is also not LOCAL. The result is like in the picture, when I'm try searching through XML the function name Capitalize is not there

    pev1qv5o1h75.png
  • kunvutloveza@hotmail.comkunvutloveza@hotmail.com Member Posts: 3
    edited 2017-03-15
    ok now I've found a strange behavior in Nav side, the codeunit is appear when I set the page to be customer list (p21) and when I change it to inventory list (p31) the codeunit disappear from XML , at first I think it was because some XML cache so I did restart PC and it doesn't help, any clue?
Sign In or Register to comment.