RE: Content Type Hub - Ct Declarative Customizations

2012-01-22 Thread Paul Noone
Hi Nigel,

Are you saying the RegistrationID is case-sensitive, or that it simply doesn't 
work when lower case letters are present?


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Friday, 20 January 2012 3:13 PM
To: OzMoss
Subject: RE: Content Type Hub - Ct Declarative Customizations


Sometimes working with SharePoint really makes you want to smash your face 
repeatedly against a wall!

I finally figured out why my CustomAction was not binding to the content type 
being distributed from the hub. The resolution was to make sure that the 
RegistrationId proprty in the CustomAction element contained only upper case 
letters (not some lower ones, like the CreateGuid util produces). After I 
changed them to all upper, activating the feature on the subscribing site 
collection made the ribbon change for any library that used the content type.

Roll on 5pm, Im ready for a bottle (or three) of red wine.



From: nigel_wither...@hotmail.com
To: ozmoss@ozmoss.com
Subject: Content Type Hub - Ct Declarative Customizations
Date: Sun, 15 Jan 2012 23:13:02 +
Hi All,

We have a number of content types which we are disseminating via the CT Hub 
component of SP 2010. Modifications bound to the content types stored in the 
SPContentType object get pushed out to subscribing site collections correctly 
(eg. event receivers, workflows etc.), however declarative modifications that 
are associated to the content type (eg. Ribbon mod, custom actions etc.) arent 
stored with the object and as such dont get pushed to the subscribers.

As the ID of the content types is the same in the subscribing site colls, I 
assumed seperating these customizations into their own feature, and activating 
them on the subscribing site collections would resolve this, but I am not 
seeing my ribbon modifications appear in the subscribing site collections for 
the targeted content types. This may be because the CT is read-only, or because 
of some bug in the code etc. - going to look into it today.

Anyway, wondered if anyone an opinion on the best way to implement and manage 
these sorts of CT modifications when using the hub.

Many thanks

Nigel
___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Content Type Hub - Ct Declarative Customizations

2012-01-22 Thread Nigel Witherdin

 
It doesnt work when there a lower-case letters present (at least for me). All 
of my GUIDs are mixed case (as CreateGuid or vis studio 2010 generates them), 
and I found after changeing it to all upper case in the RegistrationId 
attribute of the CustomAction element made it suddenly start working on the 
published content type.
 
 



From: paul.no...@ceosyd.catholic.edu.au
To: ozmoss@ozmoss.com
Date: Mon, 23 Jan 2012 09:12:06 +1100
Subject: RE: Content Type Hub - Ct Declarative Customizations








Hi Nigel,
 
Are you saying the RegistrationID is case-sensitive, or that it simply doesn’t 
work when lower case letters are present?
 
 


From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Friday, 20 January 2012 3:13 PM
To: OzMoss
Subject: RE: Content Type Hub - Ct Declarative Customizations
 


Sometimes working with SharePoint really makes you want to smash your face 
repeatedly against a wall!
 
I finally figured out why my CustomAction was not binding to the content type 
being distributed from the hub. The resolution was to make sure that the 
RegistrationId proprty in the CustomAction element contained only upper case 
letters (not some lower ones, like the CreateGuid util produces). After I 
changed them to all upper, activating the feature on the subscribing site 
collection made the ribbon change for any library that used the content type.
 
Roll on 5pm, Im ready for a bottle (or three) of red wine.
 
 




From: nigel_wither...@hotmail.com
To: ozmoss@ozmoss.com
Subject: Content Type Hub - Ct Declarative Customizations
Date: Sun, 15 Jan 2012 23:13:02 +

Hi All,
 
We have a number of content types which we are disseminating via the CT Hub 
component of SP 2010. Modifications bound to the content types stored in the 
SPContentType object get pushed out to subscribing site collections correctly 
(eg. event receivers, workflows etc.), however declarative modifications that 
are associated to the content type (eg. Ribbon mod, custom actions etc.) arent 
stored with the object and as such dont get pushed to the subscribers.
 
As the ID of the content types is the same in the subscribing site colls, I 
assumed seperating these customizations into their own feature, and activating 
them on the subscribing site collections would resolve this, but I am not 
seeing my ribbon modifications appear in the subscribing site collections for 
the targeted content types. This may be because the CT is read-only, or because 
of some bug in the code etc. - going to look into it today.
 
Anyway, wondered if anyone an opinion on the best way to implement and manage 
these sorts of CT modifications when using the hub.
 
Many thanks
 
Nigel
___ ozmoss mailing list 
ozmoss@ozmoss.com http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss 
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Content Type Hub - Ct Declarative Customizations

2012-01-19 Thread Nigel Witherdin


Sometimes working with SharePoint really makes you want to smash your face 
repeatedly against a wall!
 
I finally figured out why my CustomAction was not binding to the content type 
being distributed from the hub. The resolution was to make sure that the 
RegistrationId proprty in the CustomAction element contained only upper case 
letters (not some lower ones, like the CreateGuid util produces). After I 
changed them to all upper, activating the feature on the subscribing site 
collection made the ribbon change for any library that used the content type.
 
Roll on 5pm, Im ready for a bottle (or three) of red wine.
 
 



From: nigel_wither...@hotmail.com
To: ozmoss@ozmoss.com
Subject: Content Type Hub - Ct Declarative Customizations
Date: Sun, 15 Jan 2012 23:13:02 +





Hi All,
 
We have a number of content types which we are disseminating via the CT Hub 
component of SP 2010. Modifications bound to the content types stored in the 
SPContentType object get pushed out to subscribing site collections correctly 
(eg. event receivers, workflows etc.), however declarative modifications that 
are associated to the content type (eg. Ribbon mod, custom actions etc.) arent 
stored with the object and as such dont get pushed to the subscribers.
 
As the ID of the content types is the same in the subscribing site colls, I 
assumed seperating these customizations into their own feature, and activating 
them on the subscribing site collections would resolve this, but I am not 
seeing my ribbon modifications appear in the subscribing site collections for 
the targeted content types. This may be because the CT is read-only, or because 
of some bug in the code etc. - going to look into it today.
 
Anyway, wondered if anyone an opinion on the best way to implement and manage 
these sorts of CT modifications when using the hub.
 
Many thanks
 
Nigel
  ___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


RE: Content Type Hub - Ct Declarative Customizations

2012-01-15 Thread Paul Turner
Usually set Inherit = True and republish the CT.  However it is not 100% 
perfect in all cases...


Regards

Paul Turner
Practice Lead - SharePoint
SMS Management  Technology

M 0412 748 168
paul.tur...@smsmt.commailto:paul.tur...@smsmt.com
www.smsmt.comhttp://www.smsmt.com/
About SMS: Level 29, Westpac House, 91 King William Street, Adelaide SA 5095
SMS Management  Technology (SMS) [ASX:SMX] is Australia's largest publicly 
listed Management Services company. We solve complex problems and transform 
business through Consulting, Technology and Systems Integration
P please consider the environment before printing this email
[cid:image001.png@01CCD45B.1D3F4560]

From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Nigel Witherdin
Sent: Monday, 16 January 2012 9:43 AM
To: OzMoss
Subject: Content Type Hub - Ct Declarative Customizations

Hi All,

We have a number of content types which we are disseminating via the CT Hub 
component of SP 2010. Modifications bound to the content types stored in the 
SPContentType object get pushed out to subscribing site collections correctly 
(eg. event receivers, workflows etc.), however declarative modifications that 
are associated to the content type (eg. Ribbon mod, custom actions etc.) arent 
stored with the object and as such dont get pushed to the subscribers.

As the ID of the content types is the same in the subscribing site colls, I 
assumed seperating these customizations into their own feature, and activating 
them on the subscribing site collections would resolve this, but I am not 
seeing my ribbon modifications appear in the subscribing site collections for 
the targeted content types. This may be because the CT is read-only, or because 
of some bug in the code etc. - going to look into it today.

Anyway, wondered if anyone an opinion on the best way to implement and manage 
these sorts of CT modifications when using the hub.

Many thanks

Nigel


NOTICE - This communication is intended only for the person or entity to which 
it is addressed and may contain confidential and/or privileged material. Any 
review, retransmission, dissemination or other use of, or taking any action in 
reliance on, this communication by persons or entities other than the intended 
recipient is prohibited. If you are not the intended recipient of this 
communication please delete and destroy all copies and telephone SMS Management 
 Technology on 1300 842 767 immediately. Any views expressed in this 
Communication are those of the individual sender, except where the sender 
specifically states them to be the views of SMS Management  Technology. Except 
as required by law, SMS Management  Technology does not represent, warrant 
and/or guarantee that the integrity of this communication has been maintained 
nor that the communication is free from errors, virus, interception or 
interference.
inline: image001.png___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


Re: Content Type Hub - Ct Declarative Customizations

2012-01-15 Thread Sezai Komur
Have a read of these, others have experienced issues using declarative
content types with a content type hub, although it seems as though this
might be possible with workarounds.


http://www.paulgrimley.com/2010/11/cannot-use-sharepoint-feature-to-deploy.html
http://nickhadlee.wordpress.com/2011/01/08/making-features-that-deploy-content-types-compatible-with-the-content-type-hub/

http://blogs.msdn.com/b/chaks/archive/2011/02/09/content-type-hub-limitations.aspx
See point 9, which states its not possible, they then link to further
information that says it might be :)

Sezai.

On Mon, Jan 16, 2012 at 7:13 AM, Nigel Witherdin 
nigel_wither...@hotmail.com wrote:

  Hi All,

 We have a number of content types which we are disseminating via the CT
 Hub component of SP 2010. Modifications bound to the content types stored
 in the SPContentType object get pushed out to subscribing site collections
 correctly (eg. event receivers, workflows etc.), however declarative
 modifications that are associated to the content type (eg. Ribbon mod,
 custom actions etc.) arent stored with the object and as such dont get
 pushed to the subscribers.

 As the ID of the content types is the same in the subscribing site colls,
 I assumed seperating these customizations into their own feature, and
 activating them on the subscribing site collections would resolve this, but
 I am not seeing my ribbon modifications appear in the subscribing site
 collections for the targeted content types. This may be because the CT is
 read-only, or because of some bug in the code etc. - going to look into it
 today.

 Anyway, wondered if anyone an opinion on the best way to implement and
 manage these sorts of CT modifications when using the hub.

 Many thanks

 Nigel

 ___
 ozmoss mailing list
 ozmoss@ozmoss.com
 http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss


___
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss