Questions and discussion about developing processes and programming in PHP, JavaScript, web services & REST API.
Forum rules: Please search to see if a question has already asked before creating a new topic. Please don't post the same question in multiple forums.
By PipSqueak
#826776
I've used the wizard to use the function PMFUserList and saved it as variable @@allUsers.
I execute this trigger before dynaform.

I've also placed @@allUsers as array variable under a "Suggest" text field. Nothing comes up when I typed a username into the suggest field. I tried this on dropdown too, it knows there is a list but it's all blank.

What am I doing wrong here?
User avatar
By programerboy
#826812
Hi,

Your trigger must be like this:
Code: Select all
@=allUsers = array();
$temp = PMFUserList();
foreach ($temp as $row)
	@=allUsers[]= array($row['guid'], $row['name']);
https://pmlearning.info
Thanks

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]