How to handle special character like "/" in REST API query parameter
Hi There!
We have use case where we need to do Item Description duplicate check before Item is getting created in Product Development (PD) work area.
Technical Approach followed:
- Global Function (which contains logic to validate duplicate description)
- Item Rule which invokes this Global Function and passes "ItemDescription" field as parameter (User entered description is considered)
- Item Rule in step 2 is added in "Item Description Generation Method" of Item class.
So by above steps, when a user tries to create new item, Item Description entered by user is sent as parameter to global function and when Global Function in Application Composer tried to call the below API with same ItemDescription an error occurs "
0