Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Name | Description | |||||
---|---|---|---|---|---|---|
Operator ID | Paste in your operator account ID, according to the selected network typeSee Hedera Default Backend Configuration. | |||||
Operator Key | Paste in your operator account private key, according to the selected network type.||||||
Network Type | Select the network you are working on:
|
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. | |||||
Token Configuration | ||||||
Payment Type | Select the token type to transfer:
| |||||
Token ID | This property will only appear when Payment Type is Fungible Token or Non-fungible Token. The ID of an existing token on the Hedera DLT, that the sender account possesses. Can use a Hash Variable or simply hardcoded. | |||||
NFT Serial Number | This property will only appear when Payment Type is Non-fungible Token. Serial number of the NFT that belongs to the Token ID set above, that the sender account possesses. Typically Hash Variable is used here. | |||||
Payment Configuration | ||||||
Sender Account ID | Account to send funds from. | |||||
Sender Account Mnemonic Phrase | This is the sender account's 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 funds to. | |||||
Auto-associate token with receiver | This property will only appear when Payment Type is Fungible Token or Non-fungible Token. Caters to uses cases where receiver accounts are within the Joget platform's control. | |||||
Receiver Account Mnemonic Phrase | This property will only appear when Payment Type is Fungible Token or Non-fungible Token. Mnemonic phrase of the receiver account. | |||||
Amount To Send | This property will only appear when Payment Type is HBAR or Fungible Token. Amount of tokens to send. For HBAR, amount can only contain max 8 decimal places. For Fungible Token, decimal places depend on the token's decimal value previously set by the token minter. | |||||
Insert Files SHA256 Checksum in Memo | Check this option to insert Files SHA256 Checksum in memothe SHA256 checksum(s) of uploaded file(s) in the transaction memo. This is typically used when working with files uploaded in a form record, and you wish to record the integrity of such file(s) on the Hedera ledger. | |||||
File(s) to Hash | This property will only appear when Insert Files SHA256 Checksum in Memo is Checked. checked. Select a File Upload field within your selected formSelected file will be verified by SHA256 Checksum. | |||||
Transaction Memo | Insert your own custom note for transfer transactions. Also accepts 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. |
...