Hi everyone,
We have 2 objects:
From Network adapters we have a reference field to IP Addresses. When adding a new IP address we would like to see unassigned IP addresses, so we created a boolean field in IP Addresses called "Assigned". Then in the reference field in Network adapters we added a "Filter by IQL" where "Assigned != true".
Problem: Once an IP address is assigned to a Network adapter the boolean field "Assigned" is changed to true. Next time when editing any other field in the object Network adapters it comes an error message in the IP address reference field "Object: 194.47.240.220 (CIN-654971) is invalid due to restrictions" because the boolean field now is true.
How can I list the unassigned IP addresses but at the same time is not affecting the edition of the other attributes in the object?