Hi Everyone,
I have requirement to calculate the Pallet space based on the gross weight of the shipment whenever a new shipment is creating .e.g. If total gross weight on shipment =3857 KG, then the pallet space = (3857/1000) =3.8 (rounded to 4).Moreover am using pallet space as reference qualifier on shipment to record pallet space value.
I’ve explored one possible option is to write action topic class (Java class file containing the logic).Has anyone worked on how to create java class for custom agent actions.
It’ll be great help if someone sends the standard java templates and procedures to create java class.
Thanks in advance
Regards,
Surender
I have requirement to calculate the Pallet space based on the gross weight of the shipment whenever a new shipment is creating .e.g. If total gross weight on shipment =3857 KG, then the pallet space = (3857/1000) =3.8 (rounded to 4).Moreover am using pallet space as reference qualifier on shipment to record pallet space value.
I’ve explored one possible option is to write action topic class (Java class file containing the logic).Has anyone worked on how to create java class for custom agent actions.
It’ll be great help if someone sends the standard java templates and procedures to create java class.
Thanks in advance
Regards,
Surender
Comment