aravinth_r - Wednesday, February 15, 2012 2:00 AM:
Customer is looking for generating auto numbers for components. So, we would like to provide a check box near the Part number field namely "Autonumber" and it will checked by default and Part number field will be disabled. If user un checks "Autonumber" check box, Part number field will be enabled.
After entering the necessary details for part creation, user will click Save. System should check whether the user has checked "Autonumber" or not. If checked, system should get the auto number from the sequence dedicated to components and create the part using that number. If unchecked, system should get the value entered by the user and check whether it is already existing in the system. If existing, then alert the user "This number cannot be used as it is already existing". Else should create a part with the number provided.
How this can be implemented? Please let me know
fli - Thursday, February 16, 2012 7:05 AM:
Hi,
1. You should tic the unique attribute of the Part number Property,
2. Do as described i the "Just ask" guide, search for "Configuring Sequences"
- Christoffer
aravinth_r - Thursday, February 16, 2012 7:21 AM:
From where I can get the Just ask Guide? I am not able to find it. If you could get me the link, it will be very helpful. Else you can mail it to me at [email protected]
fli - Thursday, February 16, 2012 8:13 AM:
Login to Innovator, click Help
aravinth_r - Friday, February 17, 2012 5:11 AM:
Hi,
I want to use a separate sequence A if the user chooses the type for the part as Component. If it is not Component, i want to use another sequence B. Also, if user chooses type of the part as the Component, then I need to disable the Part number field. For other types, it can be enabled. How do i implement this?