Tuesday, September 2, 2025

To get Country region shot name based on legal entity

 LogisticsAddressCountryRegionTranslation::find(LogisticsAddressCountryRegion::findByISOCode(SysCountryRegionCode::countryInfo(curext())).CountryRegionId).ShortName

No comments:

Post a Comment

Assign roles through ssms in d365fo

 Step1;- Here my Role name I want to assign is System admin SELECT  RecId,* FROM SecurityRole WHERE Name = 'System administrator'; s...