In subservice how to limit the user creation?
while creating resource type choose applicaiton service .
while creating resource type choose applicaiton service .
Create Store in PBA using the following steps Go to PBA click on product director-Online store manager-Stores click on add new store After creating new store click on the store you created then make it active using activate button,click on setdefault and if needed do the settemplate button also After doing this do the other… Read More »
if you use multi_step_login as a class in entry point link i will look like as below <entry method=”GET” dst=”http://mydomain.com/default.aspx?mykey={secretkey}”> if you use multi_step_login as class this time verification script will execute each time when the customer login into the customer control panel.and the “secretkey” is updating every time through verification script and that changes… Read More »
domain name will not work in the sub service settings.it should display in main service only.
in service settings tab create a field with the follwing values ID- domainname Name- Domain Name Class-domain-name Element type-domain name Minterms-1 Maxterms-1 here customer can select add only one domain because minterms and maxterms entered as 1. or else you can use only ID,Name,class=domain-name this also work fields like Element type-domain name Minterms-1 Maxterms-1 are… Read More »
SubscriptionResourcesListGet_API this aPI will return all the Fees in PBA.
IN aps 1.2 we cant get ip of the customer who is is doing installtion. means ip fetching not supported. please try the following code function tryto_get_my_ip() { $ipaddress = ”; if (getenv(‘HTTP_CLIENT_IP’)) $ipaddress = getenv(‘HTTP_CLIENT_IP’); else if(getenv(‘HTTP_X_FORWARDED_FOR’)) $ipaddress = getenv(‘HTTP_X_FORWARDED_FOR’" else if(getenv(‘HTTP_X_FORWARDED’)) $ipaddress = getenv(‘HTTP_X_FORWARDED’); else if(getenv(‘HTTP_FORWARDED_FOR’)) $ipaddress = getenv(‘HTTP_FORWARDED_FOR’); else if(getenv(‘HTTP_FORWARDED’)) $ipaddress =… Read More »
trim(getenv(‘OLDSETTINGS_fs_password’)); But in eclipse while creating settings varible please add “Track old value” checkbox as selected
You can use “POSTMAN”.
Use vcard class for the subservice that will remove the service entry into the global settings fields. Please see the screen shot that will give idea