web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / DAXSEED / Coded unit test to run with...

Coded unit test to run with particular company in D365

SunilRakesh Profile Picture SunilRakesh 340
While executing coded unit test system will take global company DAT, instead to run with particular company use below shown attribute.

[SysTestCaseDataSetDependencyAttribute("DemoData","USMF")]
class TestforSalesOrderFieldValidation extends SysTestCase
{
​ your logic
}

Comments

*This post is locked for comments