<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: How to Enable Project Check Out</title>
	<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/</link>
	<description>Siebel Blogs, News, Events, Tips and Tricks</description>
	<pubDate>Fri, 10 Sep 2010 03:27:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Vijaya</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-12117</link>
		<author>Vijaya</author>
		<pubDate>Sat, 29 Aug 2009 06:59:58 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-12117</guid>
		<description>Thank you..this was useful</description>
		<content:encoded><![CDATA[<p>Thank you..this was useful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3368</link>
		<author>Sridhar</author>
		<pubDate>Mon, 04 Aug 2008 16:51:24 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3368</guid>
		<description>Hi Michel,
True that not everyone should be given access.

What kind of upgrade are you mentioning here? This blog applies to Siebel 7.8 and above.

Thanks,
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi Michel,<br />
True that not everyone should be given access.</p>
<p>What kind of upgrade are you mentioning here? This blog applies to Siebel 7.8 and above.</p>
<p>Thanks,<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michel Nauwelaers</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3363</link>
		<author>Michel Nauwelaers</author>
		<pubDate>Mon, 04 Aug 2008 06:21:31 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3363</guid>
		<description>Hi All,

Thanks for the valuable information.

I would however not give access to this feature to everyone because you need to understand what you are doing.

Do you see any considerations towards a future upgrade?

Kind Regards,

Michel Nauwelaers</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>Thanks for the valuable information.</p>
<p>I would however not give access to this feature to everyone because you need to understand what you are doing.</p>
<p>Do you see any considerations towards a future upgrade?</p>
<p>Kind Regards,</p>
<p>Michel Nauwelaers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3236</link>
		<author>Sridhar</author>
		<pubDate>Fri, 18 Jul 2008 22:44:36 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3236</guid>
		<description>Hi NanPats,
Thanks for the nice Tip. With this we could have multiple users to modify the AOL flag.

Also I see that with Object locking there are too many restrictions. For example if we need to create New Objects or Copy Objects and assign it a project we cant do that until the project is either locked or checked out. Which is little weird. So every time we realize that we need to create new objects we have to toggle that flag.

We cant also check-in objects if there were no objects in the server.

How is the normal practice that you guys follow?

Regards,
Sridhar</description>
		<content:encoded><![CDATA[<p>Hi NanPats,<br />
Thanks for the nice Tip. With this we could have multiple users to modify the AOL flag.</p>
<p>Also I see that with Object locking there are too many restrictions. For example if we need to create New Objects or Copy Objects and assign it a project we cant do that until the project is either locked or checked out. Which is little weird. So every time we realize that we need to create new objects we have to toggle that flag.</p>
<p>We cant also check-in objects if there were no objects in the server.</p>
<p>How is the normal practice that you guys follow?</p>
<p>Regards,<br />
Sridhar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Narayan Patro</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3229</link>
		<author>Narayan Patro</author>
		<pubDate>Fri, 18 Jul 2008 06:08:34 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3229</guid>
		<description>Hi Sridhar,

Thanks for the post.
Just to add to the above functionality, Siebel has hard coded the SADMIN value to enable Object Level Check In / Check Out  when connected to the server DB.

However if your organization wants to pass the control to another user (probably another admin) you can achieve it with a little bit of configuration.

Here is what we need to do...
With the help of the following configuration, we can provide access to any user other than the default SADMIN. E.g., please follow the below mentioned steps to give access to QADMIN.

Navigate to Business Component “Repository Project”. Expand it to expose its fields. Query for “OL RO” field. Set the Calculated value for this field to

IIF(LoginName() = "QADMIN","N","Y")

Then copy the Siebel.srf file in the tools\Objects\enu folder and compile the changes against the copied file.
Launch Tools connected to the compiled srf. The user should be able to modify the AOL flag now by logging to the Siebel Tools as QADMIN. 

I have posted the same in my blog.

You can link my blog to yours.

Regards,
NanPats</description>
		<content:encoded><![CDATA[<p>Hi Sridhar,</p>
<p>Thanks for the post.<br />
Just to add to the above functionality, Siebel has hard coded the SADMIN value to enable Object Level Check In / Check Out  when connected to the server DB.</p>
<p>However if your organization wants to pass the control to another user (probably another admin) you can achieve it with a little bit of configuration.</p>
<p>Here is what we need to do&#8230;<br />
With the help of the following configuration, we can provide access to any user other than the default SADMIN. E.g., please follow the below mentioned steps to give access to QADMIN.</p>
<p>Navigate to Business Component “Repository Project”. Expand it to expose its fields. Query for “OL RO” field. Set the Calculated value for this field to</p>
<p>IIF(LoginName() = &#8220;QADMIN&#8221;,&#8221;N&#8221;,&#8221;Y&#8221;)</p>
<p>Then copy the Siebel.srf file in the tools\Objects\enu folder and compile the changes against the copied file.<br />
Launch Tools connected to the compiled srf. The user should be able to modify the AOL flag now by logging to the Siebel Tools as QADMIN. </p>
<p>I have posted the same in my blog.</p>
<p>You can link my blog to yours.</p>
<p>Regards,<br />
NanPats</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Verma</title>
		<link>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3128</link>
		<author>Rohit Verma</author>
		<pubDate>Mon, 14 Jul 2008 04:14:39 +0000</pubDate>
		<guid>http://siebelguide.com/siebelblogs/2008/07/11/how-to-enable-project-check-out/#comment-3128</guid>
		<description>hi All,
This is really good and tells the advance features in siebel upgraded version object locking is new features in siebel.</description>
		<content:encoded><![CDATA[<p>hi All,<br />
This is really good and tells the advance features in siebel upgraded version object locking is new features in siebel.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
