Package DE_EPAGES::ERPUser::API::TLE::ERPUser
TLE functions
Functions
- ERPName
- ERPUserExternalApplicationsURL
- ExistsERPUserByERPSystem
- GetShopWizardStepSubtitle
- GetShopWizardStepTitle
- HasERPUserPassword
- IsERPUserShopWizardInActive
- ShopHasERPUsers
- existsERPUserByERPSystem
- getERPSystem
- hasERPUserPassword
- isERPUserShopWizardInActive
- shopHasERPUsers
- tle
ERPName
Returns name of erp system.
Syntax |
#ERPName |
Input |
|
Return |
|
ERPUserExternalApplicationsURL
gives back the link to the External applications page
Syntax |
#ERPUserExternalApplicationsURL |
Return |
|
ExistsERPUserByERPSystem
Returns true if the shop contains a user created by erpuser cartridge and the user has the erp system assigned.
Syntax |
#ExistsERPUserByERPSystem |
Input |
|
Return |
|
GetShopWizardStepSubtitle
Returns shop wizard step sub title.
Syntax |
#GetShopWizardStepSubtitle |
Input |
|
Return |
|
GetShopWizardStepTitle
Returns shop wizard step title.
Syntax |
#GetShopWizardStepTitle |
Input |
|
Return |
|
HasERPUserPassword
gives back true if the shop contains an user created by erpuser cartridge and the user has the erp system assigned and also have an password set
Syntax |
#HasERPUserPassword(#_.ID,"lexware") |
Input |
|
Return |
|
IsERPUserShopWizardInActive
Returns true if the the additional erp step in the shop is inactive.
Syntax |
#IsERPUserShopWizardInActive(#_.Object) |
Input |
|
Return |
|
ShopHasERPUsers
Returns true if the shop contains a user created by erpuser cartridge.
Syntax |
#ShopHasERPUsers |
Input |
|
Return |
|
existsERPUserByERPSystem
Returns true if the shop contains a user created by erpuser cartridge and the user has the erp system assigned.
Syntax |
$self->existsERPUserByERPSystem( $Shop, $ERPSystemAlias ); |
Input |
|
Return |
|
getERPSystem
Returns shop wizard step sub title.
Syntax |
$self->getERPSystem(); |
Return |
|
hasERPUserPassword
Returns true if the shop contains an user created by erpuser cartridge and the user has the erp system assigned and also have an password set.
Syntax |
$self->hasERPUserPassword( $Shop, $ERPSystemAlias ); |
Input |
|
Return |
|
isERPUserShopWizardInActive
Returns true if the the additional erp step in the shop is inactive.
Syntax |
$self->isERPUserShopWizardInActive($Shop); |
Input |
|
Return |
|
shopHasERPUsers
Returns true if the shop contains a user created by erpuser cartridge.
Syntax |
$self->shopHasERPUsers($Shop) |
Input |
|
Return |
|
tle
Register TLEs:
#GetERPName
Syntax |
$Value = $Handler->tle( $Processor, $TLEName); |
Input |
|
Return |
|