Difference between revisions of "Codeunit/ContentPublic/PagePublicTokenBuilder"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 9: | Line 9: | ||
#* Display form with email | #* Display form with email | ||
#* Execute normally | #* Execute normally | ||
Afterwards an email is sent to the user with a token for the record in question | |||
== How to invoke == | == How to invoke == |
Revision as of 08:46, 18 March 2013
ARTICLE IS INCOMPLETE
What it does
Builds a token for accessing records using configuration options and dynamic parameters.
Multimode operation based on supplied parameters
- Email as parameter: Execute silently
- No email supplied:
- Display form with email
- Execute normally
Afterwards an email is sent to the user with a token for the record in question
How to invoke
Make a http request:
main?command=dk.p2e.blanket.codeunit.common.PagePublicTokenBuilder
Configuration
The codeunit has the following options
- FormHeader:
- FormFooter:
- FormIntroduction:
- FormSubmitButton:
- FormReponseSuccess:
- FormReponseFailure:
- LookupSolution:
- LookupFieldName:
- TokenInterface:
- TokenInterfaceAlt:
- EmailHeader:
- EmailContent:
- EmailMatch:
- AltToken:
Developer info
- Type: CodeunitPagecontentPublic
- Security: Public accces