Thursday, 14 December 2017

Adding a card in Employee Self Service Workspace in D365FO / AX 7

Workspace > Employee Self Service 

Business requirement:

Adding attendance justification feature in Employee self service workspace which deals with the approvals for late arrivals of employee


Development:


STEP # 1 : Create ESSWorkspace form extension


















STEP # 2 : Add form group control and set the below properties
  • Set Extended style to group_cardExtended
  • Set Caption to Attendance justification


STEP # 3: Add menu item button control reference to the custom attendance justification late arrival form












STEP # 4: Test Employee self service workspace, You should be able to see Attendance justification card 






Run AX report using X++

       Args                     args;      ReportRun          report;     salesLineProductPartProd salesLineProductPartProdLocal;     ;     ...