I am learning Joget and have some question about the provided example, CRM.
I don't understand the value in following fields;
- In the Datalist section named "Account Listing", Column named "Contact", the value of Hyperlink , "contact_list?d-6304176-fn=account"
- In the Datalist section named "Account Listing", Column named "Contact", the value of Parameter Name, "d-6304176-fv"
- In the Datalist section named "Account Listing", Column name "New Contact", the the value of Parameter Name, "fk_account"
I want to do the link in Datalist as I see in the CRM example. But I don't understand the value in these fields. Could anyone explain or provide the link that explain these value?
Thank you in advance.
2 Comments
Hugo
Hi there,
For each filter added in the Datalist Builder, an unique identifier will be created. In the case of yours, its "d-6304176-fv".
In New Contact link, the "fk_account" is used to prepopulate the target form with the account information.
Hope this helps.
Hugo
Warat Sirisukdankuul
Thank you! ^^