How to display service plan in customer control panel?
while creating service plan select the option show in cp,add the plan and available resources to the resource category you created.
while creating service plan select the option show in cp,add the plan and available resources to the resource category you created.
database like mysql,webspace are not required For provisioning the package then we will choose the external provisioning everthing will be done in their ISV side for installing package like drupal we need databse,webspace etc in the server that time we will use sharedhosting attributes instead of externalprovisioning.
CH-Change order- only applicable to poa5.5 CL-Cancel order DN-Downgrade order UG-upgrade order SO-sales order in PBA-sales manager-Customers Order—here you can search the orders using the Order number column just type the ordercode like ‘UG’ and search it will show all the upgrade orders.
if we use the remove function in main and subservice then first it will execute the subservice remove function and then execute the main service remove function.its in a reverse order fisrt subservice and then main service.
#) Go to Subscriptions->Click on particular Subscription #) Click on Applications Tab->Manage my Applications #) Click on the remove link
Follow the following steps #) Go to Tools and Settings->Application Vault #) Go to the Tab My Apps->Add App #) Choose the particular/Package file and Upload. #) Go to Subscriptions->Click on particular Subscription #) Click on Applications Tab->All Available Applications #) Choose the avaliable category like (web,backoffice etc) #) Click on install button.
it is not possible.
As per my information it is not possible.But through verification you can give alert
Sometimes curl function will work in local xaamp but it will not work in PA server mostly this is because of curl settings inside the server.for this add the attributes int the provisioning attribute tab. External provisioning will work in this case.
It is possible through verification script suppose a variable with name “mydoubts”.following lines of code will work $echostring= “<?xml version=’1.0′ encoding=’UTF-8′?>”; $echostring.= ‘<output xmlns=”http://apstandard.com/ns/1/configure-output”>’; $echostring.='</settings>’; $echostring.='<setting id=”mydoubts”><value>’.$insertvalue.'</value></setting></settings>’; echo $echostring;