Hello guys!
I have found one interesting feature in 3.70 (I think it exists in 3.60 as well) called Link (Navision Menu: Edit -> Copy Link). As I see it generates a string that contains the full URL to a form, so this form could be called from another application or web, whatever.
But the format of that string is a bit tricky, it contains a lot of special symbols and parameters (like '\%20',\%5C','&','%26', 'target','position' etc);
Example:
navision://client/run?servername=mycomp%26database=TestDB%26company=CRONUS%20International%20Ltd.%26target=Form%2045%26view=SORTING(Field1,Field3)%20WHERE(Field3=1(101005..101010),Field2=1(%3C%3E30000),Field5796=1(''..24-01-01))%26position=Field1=0(1),Field3=0(101009)%26servertype=MSSQL
Does anybody knows the complete set of available parameters and features used for these URLs? I know that most of these parameters are generated by CONTEXTURL function but what about others? Where can I find some specification for these links or something similar?
Thanks in advance.
Comments
I found the description in the Help: Composing URLs
Dmitry