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
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]