Author Archives: Admin

Provider subsriber guide adding into the APS package

Steps to store documents in APS package

Step1: create a folder called docs in files/htdocs/docs or inside file folder file/docs

Step2:go to service settings->click on general tab->Click on Add button

Step3: give title name,Href= files//htdocs/docs/install.doc, Class= user-guide.

After insatlling the package provider can see all documents in their PA server– For getting this link follow the below steps

step1: Go to Applications->Click on the package installed-> click on the General Tab… here you can see all the document links

Show and hide dropdownbox in aps package

See the Below example

Create 2 dropdown box with following names

ID:firstbox
Name:First Box
Tpe:enum
Default value: Select

ID:secondbox
Name:Second Box
Tpe:enum
class:visibility:firstbox=india
Default value: Select

If firstbox value is india then secondbox will show means it will be visible that time

Hide and show a textbox in aps package

Below are the steps to hide and show a textbox:

if you want to show a textbox field with Name. In Eclipse it will be look like as below

ID:name
Name:Name
Type:string
Class=hide:firstboxval=0
Default value=0

In the above textbox we used a class “hide:firstboxval=0” or you can use “show:firstboxval=1”–> if the value of firstboxval equal to zero it will hide. or if it is one it will show

Note:firstboxval is a settings variables in the service.you can map this with the resources. so after purchase from store front it will set the variable and based on that it will show and hide the text boxes.

Billing period setting to the Resource Rate ?Is it Possible

It is possible to add separate billing period for each resources. Please see the steps below

If you have 2 Resource rates as you created as applicaton resource unit.

Create Service plan and add subscription periods for example please add 1 month period,1 year period

Add the resourcerates inside the Resource Rates tab.

After that click on the Resourcerate you added, then you can see the “Resource Rate periods” tab.

Using “Add New Resource Rate Period” Button you can add subscription period plans.

Note: in this case may be storefront will show two subscription period, as you selected in the subscription periods in the Service plans.So please make “active” only one plan inside the subscription period in service plan.