Difference between revisions of "Codeunit/ContentPublic/PagePublicTokenBuilder"
Jump to navigation
Jump to search
old>Admin (Created page with 'ARTICLE IS INCOMPLETE == What it does == Builds a token for accessing records using configuration options. == How to invoke == Make a http request: main?command='''dk.p2e.bl…') |
old>Admin |
||
Line 15: | Line 15: | ||
* FormHeader: | * FormHeader: | ||
* FormFooter: | * FormFooter: | ||
* FormIntroduction: | * FormIntroduction: | ||
Line 20: | Line 21: | ||
* FormReponseSuccess: | * FormReponseSuccess: | ||
* FormReponseFailure: | * FormReponseFailure: | ||
* LookupSolution: | * LookupSolution: | ||
Line 25: | Line 27: | ||
* TokenInterface: | * TokenInterface: | ||
* TokenInterfaceAlt: | * TokenInterfaceAlt: | ||
* EmailHeader: | * EmailHeader: | ||
* EmailContent: | * EmailContent: | ||
* EmailMatch: | * EmailMatch: | ||
* AltToken: | * AltToken: | ||
== Developer info == | == Developer info == | ||
* Type: CodeunitPagecontentPublic | * Type: CodeunitPagecontentPublic | ||
* Security: Public accces | * Security: Public accces |
Revision as of 08:39, 18 March 2013
ARTICLE IS INCOMPLETE
What it does
Builds a token for accessing records using configuration options.
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