Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | |||||
---|---|---|---|---|---|---|
Form | Select a form to retrieve transaction data from. All fields from the selected form will be made available for field mapping in the sections below. | |||||
Asset Configuration | ||||||
Payment Type | Select the asset type to transfer:
| |||||
Token ID | This property will only appear when Payment Type is Native Token or NFT. The ID of the token minted on the Hedera DLT. Can use a Hash Variable or simply hardcoded. | |||||
NFT Serial Number | This property will only appear when Payment Type is NFT. Serial number of the NFT that belongs to the Token ID set above. Typically Hash Variable is used here. | |||||
Payment Configuration | ||||||
Sender Account ID | Account to send assets from. | |||||
Sender Account Mnemonic Phrase | This is the sender's account secret key required in order to perform actions with the sender's account. Only accepts Hash Variable that points to the sender's encrypted stored mnemonic phrase.
| |||||
Receiver Account ID | Account to send assets to. | |||||
Auto-associate token with receiver | This property will only appear when Payment Type is Native Token or NFT. | |||||
Receiver Account Mnemonic Phrase | This property will only appear when Payment Type is Native Token or NFT. Mnemonic phrase of the receiver account. | |||||
Amount To Send | This property will only appear when Payment Type is HBAR or Native Token. Amount of tokens to send. For HBAR, amount can only contain max 8 decimal places. | |||||
Transaction Memo | Insert your own custom note for transfer transactions. Also accepts hash variables Hash Variable. | |||||
Set as Scheduled Transaction | Check this option to schedule this transaction, such as performing transactions with multi-sig accounts, receiver signature required, etc. |
...