Just checking if someone is using a setup in IFS where we can hide some parts according to the part description ncontaining part description text **DO NOT USE** for instance] . For instance, we have obsolete parts at N-Sea with the part status obsolete or inactive. But still cannot hide them when creating demands on projects. IFS will of course not let us create demands for such part statuses. But ideally I want to hide those parts when fetched onto a list of values. I tried several configurations like custom fields and saved searches according to the status. But seems hiding them on new demands are not supported.
Of course I might be able to do this with a customization in IFS. But before that, I am trying to figure out if I have missed a trick.
Happy Weekend!
Asela
Page 1 / 1
Just a thought … Hide for who? Do you want to hide? What if someone tries to create a part number you’ve hidden … because it’s hidden? They’ll get caught in an eternal loop of not being able to save because the part already exists but won’t know why because they can’t see it?
Could you add “Part Status” field to the Project Demand screen and/or conditionally format if obsolete or DNU?
Linda
Hi @Asela Munasinghe,
I will share one of my customers’ experiences.
The customer has implemented the Purchase Order Authorization functionality, and therefore, PO authorization is mandatory before starting any transactions against any PO. However, the SCM department was able to raise advance manual supplier invoice even before authorization.
To stop this practice, we modified the View condition directly for the PO Reference LoV (purchase_order_mc_lov) available at the manual supplier invoice level.
Standard Where condition: rowstate != 'Cancelled'
Modified Where condition: rowstate NOT IN ('Cancelled','Planned','Stopped')
After modified Where condition implementation, SCM is not able to select the PO at the manual supplier invoice until not authorized or Released.
Likewise, any new Where condition as per business requirement can enabled for any standard LoV with the help of internal technical resources.
Regards
Abdul Rehman
Hi @PRODQ
Thanks for the reply. I need to hide like explained below:
When someone tries to create a new demand line and parts with the description **DO NOT USE** shouldn't show up
We've actually tried Part status in new demand creation as a cf, but seems that projection dosen't allow cfs.
Unfortunately conditional formatting isn't enough since we want to actually hide the parts.
And part no.s wont be a problem here since we would use the system generated new numbers during creation.
Hi @Abdul
Actually your idea is interesting - to enable a Where condition for the LOV. I will try to test it out. Do you think it might be possible in the above scenario? Thank You very much.
Thanks, Asela
Hi @Asela Munasinghe,
Yes, it should work. Since the Where condition would exclude all Obsolete parts, and obsolete parts would no longer be available for selection.