Skip to main content


Hi,


I am new to K2 still starting to get the hang of it.  I have a few questions,


1. Lets say I create a SmartObject bound to a SharePoint list.  How
do I deploy this on the production server and once deployed how do I
bind this to the corresponding list on the Production Server.


2. When I try to create a process integrated with SharePoint I have
to supply the SiteURL, the Document Library name and so on.  How do I
deploy this on the production environment and after deploying how do I
configure these settings to the proper settings on the production
server.


Thanks
Arjuna.





Hi,


You can do this by using environment variables (at least for question 2). By default there are already 2 environments preconfigured (Development, Production). You can access those through the K2 Workspace or Visual Studio and assign values according to the environments. If you are connected to both environments with your development machine you can deploy directly. If not, you have to create a deployment package (right click in Visual Studio on your solution).


Regards,


DD


As for question 1, sadly, you have to rebind your smart object when you deploy to production UNLESS the site name and list name are exactly the same between environments.

Reply