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

Get product receipt details from posted invoice

 code:- sql:- select DISTINCT vendPackingSlipTrans.PACKINGSLIPID from vendInvoiceTrans inner join vendInvoiceJour   on vendInvoiceTrans.Purc...