- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So we are moving to an ERP system here soon. The Company is Genius if that matters. In anticipation of this, I have started to add or manipulate data fields which they will require when we import our assemblies into their ERP program. I have used iLogic to accomplish this:
SyntaxEditor Code Snippet
'this code converts the Part Number to a custom iProperty that can be read by genius. iProperties.Value("Project", "Part Number") = iProperties.Value("Custom", "Item_Description")
Currently this is a requiement to get the part number to translate over to the Genius software (since they can't use "Part Number" from the actual iProperties for some reason. In any case, this was the iLogic I wrote to accomplish what we need.
We have now discovered that some - not all - files that are created with the .ipt template that have this iLogic code don't show the Part Number in the field in iProp Wiz (or on an Inventor BOM for that matter). iPropWiz is pulling the Part Number for the iProperty "Part Number", so it's not a wierd alias or something like that. I have attached one part (-034) which will not show the Part Number, and one part which does show the part number (-025). It could jsut be that my iLogic is not "well written" for all of it's brevity. What I do know, is once I delete that iLogic code, my Part Number field fills in both the BOM and in iPropWiz
Solved! Go to Solution.