Load from Resource
Hi -
I'm trying to load users from a Flat File Resource. Loading them in isn't an issue. And I customised a User Form so that I can add users into the right organisation. The one thing that I can't get to work is skipping over users who have not got an employeeId although they have an accountId.
I tried something called IAPI.cancel in my customised user form:
<Field name='IAPI.cancel'>
<Disable>
<notnull><ref>waveset.employeeId</ref></notnull>
</Disable>
<Expansion>
<s>true</s>
</Expansion>
</Field>
What that is saying is employeeId is not null then return logical true - which will disable the field. Otherwise it's false and the field is 'enabled' thus ignoring that particular user.
Again - I can't get this working and it's so damn frustrating...I didn't expect this to take me so long! If anyone has any comments or any words of wisdom - please feel free to reply - I really need to resolve this 5 days ago! hehehe Thanks in advance!
Message was edited by:
new@idm

