If we were to add a button on the part screen in Kinetic to launch an external web page passing through the part as a parameter. Would it also be possible to add such a button to Epicor Mobile Warehouse ? Running Epicor base version 11.2.100.0.
I know in the past mobile warehouse has been pretty poor on the customization front, are there any improvements ?
I don’t think this helps your scenario at all, but they do have a way where you can add “custom fields” to certain screens without paying for development. It must be an interface with a database table behind it (so PO Receipt is one because it has RcvDtl behind it, but Issue Material is not one because there’s no db table).
You add these custom fields by creating a series of UD fields on the table of interest. You create 4 UD fields for each custom field you want to add. These 4 UD fields don’t store any data; they are just hooks for the app to key off of… They look like “EMW_column1_name”, “EMW_column1_label”, “…type”, etc. and the Initial Value field is where you store the pertinent information for the custom field…
I have used these custom fields as triggers to do things with BPMs. Again, doesn’t sound like they’d do much for your scenario, but they’ve been very useful for me.
Yes, it is but I hope I can get it working. I have a customer that needs the related operation for sorting when picking. MtlQueue table should work for this.
I got the field to work. I wasn’t able to see it in my material queue or material queue but was able to sort and filter on it.
Is there any way to add this to the material queue screens outside of a filter?
Hi Jeremy,
Did you get this working? Adding the custom column on the handheld? I did create 4 columns and performed data regen.
What do I do next to add the field on the handheld? I do not see an option customize like how we had it on the previous versions.
After the 4 fields are added and the data regen is performed, if the fields were added to the appropriate location, they should show up as an additional row in the material queue on the handheld.