krish80 - Tuesday, October 26, 2010 5:09 AM:
Hi, I have created 2 Item Types.
1. Base
2. UserInput
Base Properties: Part_No, Part_Name, Borrow_ID, Borrow_Date.
UserInput Properties: Part_No, Part_Name, Borrow_ID, Borrow_Date, Status
Note:
Once I submit the values in UserInput form. The values will update to the Base ItemType.
Question:
I want to delete the record of UserInput (ItemType) after updated the values to Base (ItemType).
Please guide me how to delete the entire record of UserInput form (ItemType) if the status field value is submitted.
Regards,
RK
vishal_trivedi - Tuesday, October 26, 2010 6:08 AM:
Hey RK,
Please can you explain brief why have taken an Item type to insert values in other Item type?
What is relation between Base and UserInput?
Thanks,
VisHaL
JensRollenmueller - Friday, October 29, 2010 2:19 AM:
Hey RK,
if the values of Part_No, Part_Name, Borrow_ID, Borrow_Date are always the same there is no need to create two seperate Item types.
For example two of many possible ways are:
- Create one Item Type "Properties" and use Views / different Forms for differnt User Groups
- Create one Item Type "Properties" with ItemType Classes /Properties/Base and /Properties/UserInput
So perhaps you can give us some more information abaout the topic you are trying to solve.
Regards, Jens