Options

NAV TENERIFE - FunctionVisibility

kitikkitik Member Posts: 230
In the NAV Tenerife preview, when you set the Local property of a function to No, a new property appears.

The new property is called FunctionVisibility ans has two possible values: Internal, External.

I've searched the internet, but found no documentation. I guess it is too soon.

Does any one knows what this property is used for?

Thanks!
Laura Nicolàs
Author of the book Implementing Dynamics NAV 2013
Cursos Dynamics NAV (spanish) : http://clipdynamics.com/ - A new lesson released every day.

Best Answer

Answers

  • Options
    amaama Member Posts: 15
    I would guess that it will control if they function can be called from external services like via the SOAP webservices if set to external. If set to internal, probably only from within other NAV objects in the same database.

    Sort of like Public, Private, internal and protected access modifiers when you create a class in C#.
Sign In or Register to comment.