nesh170 / asap-inventory-system

This is a concept inventory system for ECE458. It is built by ASAPsolutions
1 stars 0 forks source link

Refactor the Custom Field Creation for int,long,short_text,long_text #166

Open nesh170 opened 7 years ago

nesh170 commented 7 years ago

to edit the custom field value to a new item:- 1) create a new item 2) Get detailed view of item to get int_field_id, short_text_field_id and more 3) Use those id to patch

Solution: Patch: Takes in custom_field_id and item_id as unique_identifier

nesh170 commented 7 years ago

🔥