Personify-Sitefinity eBusiness Store Control Property path!

Posted by Community Admin on 04-Aug-2018 21:06

Personify-Sitefinity eBusiness Store Control Property path!

All Replies

Posted by Community Admin on 19-Mar-2015 00:00

Hi there,
Please look at the attach screenshots.

1.  When we Edit the Personify web control Properties (step 1)
2.  Select ‘Product Detail URL’ (step 2).
3.  Pop-up opens up with list if available controls or we can add/modify them as well (step 4).
4.  In a step 3, all the controls are pointing to a domain URL:
www.qa2.abcd.com/.../ [control name]

Question: is there any way I can point all these control to
my local solution instead of QA2?

I can modify each and every control manually, but that’s too much work. Any idea?

PS: we are using Sitefinity 7.2.5200.0 with Personify-Sitefinity Connector.

Thanks,
-Ahsan


Posted by Community Admin on 10-Apr-2015 00:00

Hello!

 There is a table in personify database with a name: WEB_PWF_PARAMETER

 

SELECT TOP 1000 [PARAMETER_ID]
      ,[PARAMETER_NAME]
      ,[PARAMETER_VALUE]
      ,[PARAMETER_DESCR]
      ,[SYSTEM_FLAG]
      ,[ADDOPER]
      ,[ADDDATE]
      ,[MODOPER]
      ,[MODDATE]
      ,[CONCURRENCY_ID]
  FROM [PTEST_P360].[dbo].[WEB_PWF_PARAMETER]

Update this table column [PARAMETER_VALUE].

 

Thanks,

-Ahsan

 

This thread is closed