Announcements
No record found.
Has anyone worked with converting SQFT to EA with a range?
I am looking to be able to enter a range of SQFT and convert that to EA.
Hi AXGuru23,
Please check the UnitOfMeasureConverter_Product class.
UnitOfMeasureConverter_Product unitConverter = UnitOfMeasureConverter_Product::construct(); unitConverter.parmProduct(InventTable::find("TestIte",true).Product); unitConverter.parmFromUnitOfMeasure(UnitOfMeasure::unitOfMeasureIdBySymbol("sqft")); unitConverter.parmToUnitOfMeasure(UnitOfMeasure::unitOfMeasureIdBySymbol("ea")); unitConverter.parmRoundAbsoluteValue(NoYes::Yes); unitConverter.parmApplyRounding(NoYes::Yes); info(strFmt("%1",unitConverter.convertValue(1)));
Hi,
Please follow the below steps
Goto Organization Administration -> setup -> Units -> Unit Conversion -> New table opens -> select Inter class Conversion - > create New -> select the item - > enter the factor in (Factor column) - > enter the From Unit & TO unit.
Hi Will,
I am sorry i do not understand what you are trying to say. What can i do with that clasS?
Hi Sriram,
We have tried that but the problem is that how can i make it to where any amount entered (SQ FT) can be converted to (EA).
This conversion you need to configure for every item in the Item Master.
Also you define where this unit of Measurement is to be used for eg., Purchase Or Sale or Inventory
Once applied , the conversion will happened during that particular transaction
Hi Ax Guru,
Has the issue been solved, if so please confirm
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 689
André Arnaud de Cal... 478 Super User 2026 Season 1
Syed Haris Shah 258 Super User 2026 Season 1