Not getting values in Reference qualifier

Rachael12
Tera Contributor

Hi,

I have created 1 reference type variable and referenced it to table 'Contact'.
I want that users same as logged in users account should only be visible in the dropdown.
So I used the advanced qualifier and wrote the qual as '

javascript: 'active=true^account='+gs.getUser().getCompanyID();

but in dropdown I am only getting the logged in user. Where is it going wrong. Please advice

7 REPLIES 7

No, I tried the same, working just log out and log in again. You will get value.

Logging out and logging in did return a value.

Don't know why. gs.getUserID() was returning the value properly even before logging out and in.

getCompanyID() seems unstable.

I also just reproduced. Initially, also my test gave a blanc result. Checked my user record, no company... filled the company, retest: still blanc.

Logged off, logged in again, retest (exact same code): success.