Now, I have a method in my JavaScript file with a parameter and I have to call that from D365FO x++ and pass an argument. How can I do that?
internal final class JavaScriptTestJob
{
public static void main(Args _args)
{
ResourceNode textFileResourceNode =
SysResource::getResourceNode(resourceStr(JavaScriptResource));
}
}