Friday, October 27, 2006

Access Rights Mask

If you wonder how the number is generated for access certain records in CRM. Here's a reference for you.

Access Right Values:

Read = 1
Write = 2
Append = 4
AppendTo = 16
Create = 16
Delete = 65536
Share = 262144
Assign = 524288

So if you want to grant read and write access, then just add up the read and write value. (e.g. Read (1) + Write (2) = ReadWrite (3) )

Tuesday, October 24, 2006

Welcome

Welcome to Darren's CRM Blog! I started this blog so I can post some of the customizations that I did on the projects that I have worked on. In here, I would like to thank Byran Phillips and Jeremy Hofmann for "making" me starting this blog. :=)