Exposing Control Addin Properties in NAV 2009

gunshygunshy Member Posts: 43
edited 2012-12-20 in NAV Three Tier
Hi All,

Is there a way I can expose a property or method of a control add-in.
I need my control add-in to be configurable in C/AL.
I know that this is possible in NAV 2013.

Thanks.

Comments

  • deV.chdeV.ch Member Posts: 543
    No this is not possible

    I usualy solve the configuration requirement by sending different xml messages to the addin.
    At first i send a Configuration Message where all setup data is sent.
    And usualy there are later data messages where data is transferred.

    For handling data input or events from the addin you can use OnControlAddin Event.
  • gunshygunshy Member Posts: 43
    Thank you Dev.
Sign In or Register to comment.