X++ code to refresh the caller form in D365FO Get link Facebook X Pinterest Email Other Apps By Anil Kumar on December 04, 2024 Below is the code snippet to refresh the caller form from class Main method. X++ code: #Task FormRun caller = _args.caller(); if (caller) { caller.task(#taskRefresh); } Read more