Custom Attribute - Manual Reservations for Shop Order Material Line
Hello
This is in 24.2.5
Looking to create a very simple custom field on the Manual Reservations For Shop Order Material Line Details tab. I'm wanting to add Unit Cost from Inventory Part In Stock where lot/batch's match.
The entity on this page is ShopMaterialAllocSinglUtil, but that doesn't exist in the entity configurations. Which entity should I be adding the custom attribute to?
This is the page I want to add a custom attribute:
Page 1 / 1
Hi @jtobin,
Ideally, fields added to the ShopMaterialAllocUtil entity should be available for Manual Reservations for Shop Order Material Line Details tab, since the view for the Detail tab SINGLE_MANUAL_RESERVE_SO is associated with ShopMaterialAllocUtil only.
Refer to the screenshot below.
I am also unable to add a custom field for the Detail tab. Better should raise a ticket with support.
Regards
Abdul Rehman
Hello, @Abdul
Thank you for your response! I will submit a support center case.
Joann
@jtobin - did you ever receive a response on this one? I have a similar issue on the Manual Resverations for Customer Order Line screen
@aemorgan I didn’t. When I started to submit a support center case, this KB article popped up:
Issue in adding a custom field into 'Manual Reservations for Shop Order Material Line' > Details tab
Issue
Description: Customer needs to add a custom field into the 'Manual Reservations for Shop Order Material Line' > [Details] tab
The properties of the Details tab are as follows.
Scenario 01
There is no entity called ‘ShopMaterialAllocSingleUtil’ listed under Entity Configurations and adding it also not possible.
Scenario 02
Hence the custom field was added to ShopMaterialAllocUtil because the view SINGLE_MANUAL_RESERVE_SO belongs to it.
Then server cache is refreshed.
But the custom field is not visible in Page Designer.
Environment
IFS Cloud 23R2
Cause
This was identified as a limitation
Resolution
The request is a limitation as per R&D confirmation
<Quote>
This Manual Reservations for Shop Order Material Line page[Details Tab] belongs to the single_manual_reserve_so view. The problem here is this single_manual_reserve_so view is fetching from single_manual_base_so view, which is a JOIN. This is a limitation for configuration and it is not possible to extend a view since that is a JOIN.