Notifications
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 660 Most Valuable Professional
André Arnaud de Cal... 549 Super User 2025 Season 2
Sohaib Cheema 307 User Group Leader