Skip to main content

In some of IFS objects it’s not possible to add custom fields due to error message

Error message appearing when trying to add Custom Field in Part Catalog → ECO-footprint Part Information

Is it so, because it’s case-sensitive? In the logical unit the view is written uppercase, but in data source properties it’s written with initial capital letters.

base view written UPPERCASE
data source view written Initial Capital letters

 

Is it the issue with letter case?

Is there any workaround for this error?

/Wiktor

Hi,

 

Yes the view is not in uppercase and lead to this issue. I have seen patches created to change the view name to uppercase tosolve this type of issues. In core App9 and App10 this view is in uppercase. what is you application version?

Best Regards,

Vishaka


Hi Vishaka,

We have IFS10 Update 3.

/Wiktor


Hi,

 

I found patch 153881 which has changed the view and package name of the given window to UPPERCASE. This is from UPD 9. I think if you have this patch the issue might be solved for this window.

 

Best Regards,

Vishaka


Do you mean there is no possibility to patch our current IFS version without updating it to UPD9?

/Wiktor


Hi,

 

It can be applied as a single patch without going for update.

Best Regards,

Vishaka


Hi Vishaka

Do you have a full change note for this patch?

/Wiktor


Hi Wiktor,

 

These are the modified files

    frmEcomanPartInfo.Designer.cs,frmEcomanPartInfo.resx

Correction Description         Set values of F1 properties view and package name into UPPERCASE.

View = ECOMAN_PART_INFO
Package = ECOMAN_PART_INFO_API

 

Best Regards,

Vishaka


Thank you Vishaka for your big contribution to the case.

In the past we also faced the same issue with some other logical unit.

But now it seems we’re closer to solve those cases.

/Wiktor


Your welcome Wiktor . Happy to help :)