instance SelfServiceBranding MyAppSelfServiceBranding {
ssbbranding = "My Fabasoft Cloud App";
ssbstringmappings<smkey, smvalue, component> = {
{ StrRegistration, StrMyRegistration, MYCLOUDAPP@111.100 },
{ StrActivation, StrMyActivation, MYCLOUDAPP@111.100 },
...
}
}
Registration: Using the JavaScript API for a registration page, it is possible to customize the
strings in the e-mails or in the registration form. To activate the branding on a Web page
using the JavaScript API for registration, set the fsc.account.options.context parameter to the
COO address of the proper SelfServiceBranding object.Invite
.FSCFOLIOCLOUDPAYMENT@1.1001:StrEnterUrl
) on the confirmation
page.
ssbstringmappings<smkey, smvalue, component> = {
{ StrEnterUrl, StrMyEnterUrl, MYCLOUDAPP@111.100 },
...
}
Define a "Context Expression" in a customization point, so that the shop can find the
appropriate SelfServiceBranding object for the Cloud App, like:
customize CPContextExpressions<App, MyApp, MyApp> {
cfgexpression = expression {
#MYCLOUDAPP@111.100:MyAppSelfServiceBranding
;
}
}
Class Hierarchy