public static str getResourceFilename(str _resourceName)
{
resourceNode resource = new resourceNode(_resourceName);
return _resourceName && resource ? resource.filename() : null;
}
public static str getResourceFilename(str _resourceName)
{
resourceNode resource = new resourceNode(_resourceName);
return _resourceName && resource ? resource.filename() : null;
}
//Get or adjust tax calculation using TAXDOCUMENT framework (Tax calculation service) TaxRegulation taxRegulationDetail; TmpTaxRegulation ...
No comments:
Post a Comment