Configuration of portal feeds is done by configuring ClickHome to send the listings to our Product Library, then the Product Library acts as a sister system and feeds the listings to the portals which are setup for each system required
i.e. RealEstate.com, Domain, iBuildNew, Private websites, Home Sales etc.
1. Firstly, configuration of the product library so it's connected to ClickHome:
- Setup a user in the Product Library and then use the username and password as credentials in the below validation entries a and b
- Update validation entries with product library data for c and d
a.
UPDATE tblValidationEntries
SET sgText1 = 'TestAccount@ClickHome.com.au'
WHERE sgDisplay = 'ClickHome.ProductLibrary.Username'
b.
UPDATE tblValidationEntries
SET sgText1 = 'password'
WHERE sgDisplay = 'ClickHome.ProductLibrary.Password'
c.
UPDATE tblValidationEntries
SET sgText1 = 'http://library.buildingproducts.io/Api/Public'
WHERE sgDisplay = 'ClickHome.ProductLibrary.ApiUrl'
d.
UPDATE tblValidationEntries
SET sgText1 = 'http://library.buildingproducts.io/File/Add’
WHERE sgDisplay = 'ClickHome.ProductLibrary.FileUploadUrl'
..............................................................................................................................................................................................................................................................
2. Next, is the set up of portal configuration for each brand that will be uploaded to the portal.
These details will need to be provided by the respective portal providers
INSERT INTO tblProductLibraryOptions
(sgUserName, sgPassword, sgAgentId, fkidBrand, sgChannelName)
VALUES
('client_6bf223ff7f064c36b45447a9f40cd67b', 'secret_92299231ea020122e199494fd963d4b8', 30943, 2, 'Domain')
NOTE:
The AgentId will be provided by each of the portal providers
Each brand of house type will need its own record in tblProductLibraryOptions for each portal channel that they wish to upload to
..............................................................................................................................................................................................................................................................
The security permissions that are associated with the portal listing access are:
13402 | Marketing Portal Listing |
13403 | Add Portal List |
13404 | Edit Portal List |
13405 | Can Change Portal List Status To Live |
13406 | Edit Draft Status House List |
The System Administration - Full role has all of these.
The Marketing role has all but 13406
The Sales role has 13402 and 13406