April 18, 2016

ITI Windows 10 Roadshow - April 23, 2016 (Noida)

Hi Folks

IT Implementer Community Roadshow -  Windows 10
Discover the most innovative and reliable Windows yet!

Windows 10 brings increased stability and predictability to your
organization, while minimizing risk. Attend this session on What's new
in Windows 10 Enterprise: Increasing Security, Predictability, and
Compatibility to explore new servicing, security, and management
features that enable corporate data access across devices and platforms
while allowing you to maintain control over those devices. 
Join us to explore:

* What's new in Windows 10.
* How to help ensure application compatibility with new and
legacy LOB apps with Microsoft Edge and IE 11.
*  How to implement security and identity capabilities through
Microsoft Azure Active Directory, Hello/Passport, Device Guard,
Enterprise Data Protection, as well as Multi-Factor Authentication.
* Windows as a Service.
How to create and configure deployment and management packages using
Microsoft Mobile Device Management, and Microsoft Intune.


Venue:
The Park Plaza Noida C-Block, Sector 55, Noida, UP 201307, India
Phone: +91 120 4678888

Register here:
https://www.microsoftevents.com/profile/form/index.cfm?PKformID=0x1847387d9d


-Harry

Follow us on Facebook to keep in rhythm with us. @Facebook

April 07, 2016

Hide ENUM values at run time [AX-2012]

Hi Folks,
Here is code sample to hide ENUM elements from a FORM at run time.  For reference purpose I’m using SalesTable.BankducmentType (ENUM = BankDocumentType) field which contain below four elements
1. None
2. LetterOfCredit
3. ImportCollection
4. LetterOfGuarantee
image
Now i want to show only first two values while selecting on SO, to achieve this override the form control method as below

public void enter()
{
    super();
    this.delete(enum2str(BankDocumentType::LetterOfGuarantee));
    this.delete(enum2str(BankDocumentType::ImportCollection));   
}


Save your changes and, Now run your form and you will get desired values only.
image

-Harry

April 04, 2016

Alex on DAX (Alex Kwitny): How to find what projects an object from the AOT e...

Alex on DAX (Alex Kwitny): How to find what projects an object from the AOT e...: Where I work, we are required to create a new, numbered project for every modification request.  The numbered projects have corresponding do... -Harry Follow us on Facebook to keep in rhythm with us. @Facebookhttps://www.facebook.com/theaxapta