Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Accenture
IN
Last activity: 22 Dec 2016 1:43 EST
Encrypt Blob Option is not Editable in few concrete Class
I have implemented site specific Cipher, and able to encrypt few work object by enabling the Encrypt Blob Option.
But found few work object class in which Encrypt Blob Option is UnEditable.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Accenture
IN
Working Solution suggested to me is,
truncate the table in lower environment and then you can check the check box, and move this change to other environment.
I did a work around for this, I changed the table mapping to a temperatry table and then checked the check box and move this to other environment
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Areteans
IN
Hi,
I verifed the condition for the Encrypt Blob check box, the condition is as attached.
It means that, in order to enable the checkbox there has to be atleast one instance for that class.
Just create one instance and check. Let us know if it helps
Thanks,
Bala
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Accenture
IN
Thanks for the reply Bala,
Nice to get the conversation going ☺
I raised a SR and got help from there they said that to make it enable there has to be zero instance.
So the solution is truncate the table
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689951000/acf9b3f6-41e7-4ef2-9e55-8da39714b54f.jpg?itok=JYQYUbWS)
Pegasystems Inc.
IN
Hi Ross,
It would be great if you could let us know the SR number so that we could tag it with this post for future reference.
Regards,
Lochan | Community Moderator | Pegasystems Inc.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Areteans
IN
Also, just a quick workaround.Check below steps which can help,
1) Open your class
2) In Settings section, change the value in This class dropdown
3) Resave the class rule.Encrypt Blob will be enabled.
I had similar issue , I just changed the class value and switched to original value and resaved the rule. It worked for me.
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Areteans
IN
Hi,
As per the condition in the above attached screenshot, Encrypt Blob checkbox will be enabled when there are no instances to that class.
Thanks,
Bala
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Areteans
IN
Refer below link for more details.
Accepted Solution
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
Accenture
IN
Working Solution suggested to me is,
truncate the table in lower environment and then you can check the check box, and move this change to other environment.
I did a work around for this, I changed the table mapping to a temperatry table and then checked the check box and move this to other environment