Skip to main content

Notifications

Community blogs

Featured

Latest blog posts

View all
Like ( 0 )
Journal sorting option in D365 FO.

Hi All, In this blog we will going to see how to sort the journals either ascending or descending. Setup for this is available under General ledger >> Ledger setup >> General ledger parameters. By default it will be set to Ascending - ...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
How to get records from selected company.

Hi All, In this blog we will learn how to get data from table for the selectable company. [embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:4b7a8685-e773-47fb-8784-a15e6b11ccea:type=text&text=CustTable custTable; container containerCompany = ['DAT','US...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
Document history form and restoring deleted documents from document attachments.

Hi All, In this blog we will see about the Document history form in D365 FO. Navigate to System administration >> Inquiries >> Document history. Using this form you can view name of the file - Company account - Type of file format - S...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
Table level event handlers - Most commonly used.

Hi All, In this blog we will learn how to write table level event handlers which are most commonly used. For all the below examples you need to create a class - Navigate to the table >> Events >> Right click on any events and select &q...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
Feature management - Worker header control.

Hi All, There is a new feature added in the worker details form which will show additional fields like department, employee type etc. Also it will be having "Years of service" also on the header. This feature will be enabled only if you ...

GirishS 27,832 Super User 2024 Season 1
Like ( 1 )
How to get workers of different type.

Hi, In this blog we will learn how to get worker of different based on the types. It includes following types. You can use that appropriate query in the code to get the worker list based on the types. Worker type Query to be used Explanation ...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
How to set Default View/Edit mode globally

Hi, In this blog we will learn how to set Default View/Edit mode property globally on all the forms. Navigate to Gear icon on the top right corner as shown below. Now on the user option form >> Navigate to gear icon on the top right co...

GirishS 27,832 Super User 2024 Season 1
Like ( 0 )
How to identify caller name and caller type from UI itself.

Hi, In this blog we will learn how to identify caller name and caller type from the form UI itself. Let us assume I am on Payroll earning statement form - Payroll >> All earning statements. Now click on the worker form as it will navigate to...

GirishS 27,832 Super User 2024 Season 1