Message 1 of 6
Take the value of the part number and put into an organized sequence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just found out about this thing called ILogic and I'm impressed how useful it is!!
Can someone help me with this code
In our company we assign the numation of each sub assembly and part manually according to a system numeration already implemented, until this point is Ok because it works well. The problem is when we make the drawings of each component because again we manually complete the code for each part taking as reference first the project number (Iproperty, Project) , then the subassemblies (Iproperty, part number) and finally the part (Iproperty, part number)
As you can see this takes us a lot of time and in some cases we make tipe mistakes which sometimes are not easy to detect. What we are trying to do is use an ILogic rule to make this job for us.
An ILogic Rule that can take the value of each component into an assembly (it doesn't matter if is 1 or 100 components inside the assembly) and then put them those values in this order
1. Iproperty Project (A number which is typing manually in a form which we already use) (Example: 005563)
2. Iproperty Part Number (A number which is manually gave it to any component (Assembly or part) when is saved (Example: A001)
The code should take this information, separate each code with an " - " and then put it into the Iproperty Status of each component (Why? because we never use that Iproperty so I think it is easier).
I know I'm asking for a big favor but I've been trying for so long and I feel that I haven't made any progress.
Thank you so much in advance for your help
Can someone help me with this code
In our company we assign the numation of each sub assembly and part manually according to a system numeration already implemented, until this point is Ok because it works well. The problem is when we make the drawings of each component because again we manually complete the code for each part taking as reference first the project number (Iproperty, Project) , then the subassemblies (Iproperty, part number) and finally the part (Iproperty, part number)
As you can see this takes us a lot of time and in some cases we make tipe mistakes which sometimes are not easy to detect. What we are trying to do is use an ILogic rule to make this job for us.
An ILogic Rule that can take the value of each component into an assembly (it doesn't matter if is 1 or 100 components inside the assembly) and then put them those values in this order
1. Iproperty Project (A number which is typing manually in a form which we already use) (Example: 005563)
2. Iproperty Part Number (A number which is manually gave it to any component (Assembly or part) when is saved (Example: A001)
The code should take this information, separate each code with an " - " and then put it into the Iproperty Status of each component (Why? because we never use that Iproperty so I think it is easier).
I know I'm asking for a big favor but I've been trying for so long and I feel that I haven't made any progress.
Thank you so much in advance for your help