Copied Functions to a new environment and now they're read only

Hi all,

I’ve transferred a batch of functions from an old dev environment to a new dev via a solution. And now my libraries are all read-only on the new one.

My user account is set with the same security groups:

The company code is the same on the new environment.

The only things I can change is the Disabled checkboxes on the library Summary tab and on the Function tab. I can’t copy/export a library or promote/demote a library.

What else might cause the libraries to show as read only?

Thanks,

Joe

Make sure you mark the Library Type as “Editable” when you build the solution:
image

Standard would be read only…

3 Likes

Ahh. . .

Thanks, Doug.