Hi,
Is is possible to change status from private to public for all contacts, company .. in database ? Maybe SQL query?
Best regards,
Daniel
Yes, it is possible. Go to the Admin view by navigating to Menu --> Administrator
Click on the "Default User Setting" button in the second row. Click on the Misc button in the last or second last row. Change value for "Default Records Permission"
Shahid
[quote="shahidt":12dmyp14]Yes, it is possible. Go to the Admin view by navigating to Menu --> Administrator Shahid[/quote:12dmyp14]
Yes, I know. But I'd like to change this parameter for existing records in the database.
Change company permision public to private:
UPDATE company_data_1 SET f_permission=2 WHERE f_permission=0
Change contact permision public to private:
UPDATE contact_data_1 SET f_permission=2 WHERE f_permission=0
Dziękuję 🙂