With version 7.0 of the Visual Scheduling Add-ins Developer Tools (short: VSADT) we publish, besides some minor enhancements, a new view type that allows to structure resources depending on their skills.
Dieter Temme
Recent Posts
Gantt control add-in for Business Central with AL API - release 7.0
A control add-in for D365 BC ISVs to develop Gantt charts by using AL
Today I would like to inform you about a new release of our Visual Scheduling Add-in Developer Toolbox (VSADT). Microsoft Dynamics 365 BC ISVs use our control add-in to visualize data from their solutions in the form of interactive Gantt charts. They are completely integrated in D365 BC and can be developed without knowing any HTML5 code, but only with AL/CAL code.
There are some powerful new features you should not miss. Read what's new in Version 6.1
NAV 2015 Tablet Client: VPS Web Client Touch Enhancements
In previous blog entries we have already written about our experiences in developing JavaScript add-ins for Microsoft Dynamics NAV 2013 R2 and 2015 which are capable of being used in the Web Client of NAV as well as in the Windows Client.
With NAV 2015, Microsoft introduced a new app internally called the Tablet Client, which is available for several platforms, namely Microsoft Windows 8.1, Google Android and Apple iOS. This Tablet Client basically is a web browser container hosting NAV pages. The pages can host embedded control add-ins that are written using HTML and JavaScript, just like the Web Client of NAV. The platforms named above require the user interface content to be prepared for touch gestures.
Two issues are crucial in this context:
- Look-and-Feel: All interactive elements on the screen have to be large enough and be positioned in sufficient distance to each other so that they can be hit accurately by a finger without causing ambiguities.
- Interactions: All interactive elements on the screen can allow mouse and touch gestures. The interactions also have to be intuitive for the end user.