Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
First off, I know very little about iLogic. I'm looking for an iLogic Rule that will check the custom iProperties for the following names, and if they don't exist, create them.
MaterialPartNumber
MaterialQty
MaterialUOM
I have tried this rule, but it wipes out existing values:
iProperties.Value("Custom", "MaterialPartNumber") = MaterialPartNumber
iProperties.Value("Custom", "MaterialQty") = MaterialQty
iProperties.Value("Custom", "MaterialUOM") = MaterialUOM
Could someone here show me how this is done?
Thanks in advance.
Bob
__________________________________________________________
Product Design & Manufacturing Collection 2023 | Vault Professional 2023
Dell Precision 7670 | Intel i7-12850HX - 2100 Mhz - 64GB
nVIDIA RTX A3000 12GB | Windows 10/64 Pro
Product Design & Manufacturing Collection 2023 | Vault Professional 2023
Dell Precision 7670 | Intel i7-12850HX - 2100 Mhz - 64GB
nVIDIA RTX A3000 12GB | Windows 10/64 Pro
Solved! Go to Solution.