Yes you can, but the point of the document linking feature is that you can store any kind of document outside of Navision and open it with the appropriate programs.
You can do this currently with BLOB fields, but it requires modification. But now, it's ready to use out of the box.
You can have orphaned entries, you don't know if a record has links. You have to make modification. Add a flowflield Etc.
The attached files can open any application.
Ahmed Rashed Amini
Independent Consultant/Developer
1) You know, if the record has link or not... (the LINK indicator on the status bar)
2) Orphaned links - it is on you to clear them, it is same like deleting lines when deleting header. But yes, if it is not part of standard process of deleting record, it is impossible to do that in general without modifying all tables.
3) Of course, it is first version of this module, you can assume all kind of "baby illness"
I'm not complaining or anything. I just wanted to know about support for Jpg, and png. I saw it in one of the presentations, and I guess it's in 5.1, not in 5.0.
Ahmed Rashed Amini
Independent Consultant/Developer
The navision forms as you are used to i think will still be there in 5.1. But as i understand there is a new object type called 'page' and this will be totally different then what we are used to in Navision.
This object type in time will replace the navision forms as we know them today. Probably they will support different image types but the new object type will have many disadvantages as well. (i think you will need 20" displays!)
The navision forms as you are used to i think will still be there in 5.1.
That's not true. The document link feature is what they meant when they said that they support all type of graphical images and file types. I've confirmed this in the 5.0 roadshow.
I think there's two things going on at the same time.
In 5.1 you can still use the current form objects, you don't HAVE to convert them to the new client. In either case the current form object will probably not support anything but BMP's.
The doc link feature is a fancier way to do the HYPERLINK thing. It's a path to a file that is linked to a record in NAV. When you click the 'Open' button from the link form, the file will open the app that is registered for that file type on your computer.
1) You know, if the record has link or not... (the LINK indicator on the status bar)
2) Orphaned links - it is on you to clear them, it is same like deleting lines when deleting header. But yes, if it is not part of standard process of deleting record, it is impossible to do that in general without modifying all tables.
1) There is also a new C/AL function HASLINKS. There are also functions ADDLINK, COPYLINKS, DELETELINK, and DELETELINKS; I have not seen any documentation on these functions in any of the "what's new in 5.0" type of documents but they are documented in the C/SIDE help.
2) Links are deleted along with a record as long as the delete is executed from the UI or with a DELETE(TRUE) from code. Unfortunately, there are lots of place in code when records are deleted without the TRUE parameter (just look at all the DELETEs in the OnDelete trigger of the Item table).
Comments
I don't think they meant you can display .jpg files on the client.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Yes you can, but the point of the document linking feature is that you can store any kind of document outside of Navision and open it with the appropriate programs.
You can do this currently with BLOB fields, but it requires modification. But now, it's ready to use out of the box.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
You can have orphaned entries, you don't know if a record has links. You have to make modification. Add a flowflield Etc.
The attached files can open any application.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
2) Orphaned links - it is on you to clear them, it is same like deleting lines when deleting header. But yes, if it is not part of standard process of deleting record, it is impossible to do that in general without modifying all tables.
3) Of course, it is first version of this module, you can assume all kind of "baby illness"
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
It was presented (at Directions anyway) that it would support all file types using the link document feature.
Unless the MVPs get a different presentation?
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
New FEATURES:
- Block ident
- Support for JPG and other graphical formats
- SMTP mail support
- xxx
And for me this is clear... but it seems that it is not whole truth...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
This object type in time will replace the navision forms as we know them today. Probably they will support different image types but the new object type will have many disadvantages as well. (i think you will need 20" displays!)
For showing jpg files in navision you can always try:
http://www.mibuso.com/dlinfo.asp?FileID=333
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
In 5.1 you can still use the current form objects, you don't HAVE to convert them to the new client. In either case the current form object will probably not support anything but BMP's.
The doc link feature is a fancier way to do the HYPERLINK thing. It's a path to a file that is linked to a record in NAV. When you click the 'Open' button from the link form, the file will open the app that is registered for that file type on your computer.
RIS Plus, LLC
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
1) There is also a new C/AL function HASLINKS. There are also functions ADDLINK, COPYLINKS, DELETELINK, and DELETELINKS; I have not seen any documentation on these functions in any of the "what's new in 5.0" type of documents but they are documented in the C/SIDE help.
2) Links are deleted along with a record as long as the delete is executed from the UI or with a DELETE(TRUE) from code. Unfortunately, there are lots of place in code when records are deleted without the TRUE parameter (just look at all the DELETEs in the OnDelete trigger of the Item table).
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n