Adding the Publications to Tridion User Groups using Core ServiceUpdate the Scope Using Core ServicePublish item as other user with Core ServiceUsing Core service to copy items to different publicationsCreating nested Structure Groups using Tridion Core ServiceHow to get the list of all publications using Tridion core serviceHow do I obtain a list of the members of a Tridion group which is mapped to an Active directory group using Core Services?Update the Scope Using Core ServiceWorkflow : Remove a user from group of next activityUser creation using core service on Tridion 2013Create Admin User in SDL Web 8.5 via core serviceImpersonation User while using Core Service

Boss making me feel guilty for leaving the company at the end of my internship

How to avoid offending original culture when making conculture inspired from original

Difference between "drift" and "wander"

How many times to repeat an event with known probability before it has occurred a number of times

How do credit card companies know what type of business I'm paying for?

What things do I only get a limited opportunity to take photos of?

Is there a term for someone whose preferred policies are a mix of Left and Right?

Does anyone recognize these rockets, and their location?

Must a CPU have a GPU if the motherboard provides a display port (when there isn't any separate video card)?

Struggling to present results from long papers in short time slots

Nth term of Van Eck Sequence

Can an escape pod land on Earth from orbit and not be immediately detected?

My players want to use called-shots on Strahd

Will users know a CardView is clickable

How can I detect if I'm in a subshell?

Arcane Tradition and Cost Efficiency: Learn spells on level-up, or learn them from scrolls/spellbooks?

Interview was just a one hour panel. Got an offer the next day; do I accept or is this a red flag?

Are soroban (Japanese abacus) classes worth doing?

Bullying by school - Submitted PhD thesis but not allowed to proceed to viva until change to new supervisor

What is the color associated with lukewarm?

Using roof rails to set up hammock

At zero velocity, is this object neither speeding up nor slowing down?

Why not make one big CPU core?

Idiom for 'person who gets violent when drunk"



Adding the Publications to Tridion User Groups using Core Service


Update the Scope Using Core ServicePublish item as other user with Core ServiceUsing Core service to copy items to different publicationsCreating nested Structure Groups using Tridion Core ServiceHow to get the list of all publications using Tridion core serviceHow do I obtain a list of the members of a Tridion group which is mapped to an Active directory group using Core Services?Update the Scope Using Core ServiceWorkflow : Remove a user from group of next activityUser creation using core service on Tridion 2013Create Admin User in SDL Web 8.5 via core serviceImpersonation User while using Core Service






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















We are working on Tridion User group Reconciliation. So, we are checking if there is a possibility to add the Publications to users groups using Tridion Core Service.
Kindly help with this.










share|improve this question
























  • Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

    – Nuno Linhares
    May 30 at 10:51











  • Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

    – Mounika Kallu
    May 30 at 11:29











  • Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

    – Nuno Linhares
    May 30 at 23:45











  • Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

    – Sabarish Senthilnathan
    May 31 at 19:31

















1















We are working on Tridion User group Reconciliation. So, we are checking if there is a possibility to add the Publications to users groups using Tridion Core Service.
Kindly help with this.










share|improve this question
























  • Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

    – Nuno Linhares
    May 30 at 10:51











  • Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

    – Mounika Kallu
    May 30 at 11:29











  • Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

    – Nuno Linhares
    May 30 at 23:45











  • Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

    – Sabarish Senthilnathan
    May 31 at 19:31













1












1








1








We are working on Tridion User group Reconciliation. So, we are checking if there is a possibility to add the Publications to users groups using Tridion Core Service.
Kindly help with this.










share|improve this question
















We are working on Tridion User group Reconciliation. So, we are checking if there is a possibility to add the Publications to users groups using Tridion Core Service.
Kindly help with this.







core-service






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited May 30 at 7:16









Marko Milic

5,20621447




5,20621447










asked May 30 at 6:16









Mounika KalluMounika Kallu

61




61












  • Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

    – Nuno Linhares
    May 30 at 10:51











  • Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

    – Mounika Kallu
    May 30 at 11:29











  • Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

    – Nuno Linhares
    May 30 at 23:45











  • Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

    – Sabarish Senthilnathan
    May 31 at 19:31

















  • Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

    – Nuno Linhares
    May 30 at 10:51











  • Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

    – Mounika Kallu
    May 30 at 11:29











  • Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

    – Nuno Linhares
    May 30 at 23:45











  • Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

    – Sabarish Senthilnathan
    May 31 at 19:31
















Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

– Nuno Linhares
May 30 at 10:51





Rule of thumb: if the UI can do it, then CoreService can do it. The UI uses the CoreService.

– Nuno Linhares
May 30 at 10:51













Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

– Mounika Kallu
May 30 at 11:29





Hi Nuno,Thanks for your reply. Can you provide some code reference to add the list of publications to the user groups through core service.

– Mounika Kallu
May 30 at 11:29













Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

– Nuno Linhares
May 30 at 23:45





Your question is “is it possible”, and the answer to that is yes. In typical Stack Exchange model, please show what you tried and where you are stuck, and the community will step in to help.

– Nuno Linhares
May 30 at 23:45













Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

– Sabarish Senthilnathan
May 31 at 19:31





Please, can you show the specific piece of code that you've tried? stackoverflow.com/help/how-to-ask - this link describes how to ask a question.

– Sabarish Senthilnathan
May 31 at 19:31










1 Answer
1






active

oldest

votes


















7














You can download the Core Service API reference documentation here. If you look at the documentation you can see that the Groups are represented by the GroupData class. In GroupData, you can set the User's group membership by using the GroupMemberships property and each membership is represented by the GroupMembershipData class. In GroupMembershipData you'd want to add the publications using the Scope property in GroupMembershipData.



enter image description here



This answer might help you too.






share|improve this answer

























  • Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

    – Dominic Cronin
    May 31 at 16:22






  • 1





    Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

    – Sabarish Senthilnathan
    May 31 at 19:31











Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "485"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftridion.stackexchange.com%2fquestions%2f20113%2fadding-the-publications-to-tridion-user-groups-using-core-service%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









7














You can download the Core Service API reference documentation here. If you look at the documentation you can see that the Groups are represented by the GroupData class. In GroupData, you can set the User's group membership by using the GroupMemberships property and each membership is represented by the GroupMembershipData class. In GroupMembershipData you'd want to add the publications using the Scope property in GroupMembershipData.



enter image description here



This answer might help you too.






share|improve this answer

























  • Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

    – Dominic Cronin
    May 31 at 16:22






  • 1





    Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

    – Sabarish Senthilnathan
    May 31 at 19:31















7














You can download the Core Service API reference documentation here. If you look at the documentation you can see that the Groups are represented by the GroupData class. In GroupData, you can set the User's group membership by using the GroupMemberships property and each membership is represented by the GroupMembershipData class. In GroupMembershipData you'd want to add the publications using the Scope property in GroupMembershipData.



enter image description here



This answer might help you too.






share|improve this answer

























  • Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

    – Dominic Cronin
    May 31 at 16:22






  • 1





    Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

    – Sabarish Senthilnathan
    May 31 at 19:31













7












7








7







You can download the Core Service API reference documentation here. If you look at the documentation you can see that the Groups are represented by the GroupData class. In GroupData, you can set the User's group membership by using the GroupMemberships property and each membership is represented by the GroupMembershipData class. In GroupMembershipData you'd want to add the publications using the Scope property in GroupMembershipData.



enter image description here



This answer might help you too.






share|improve this answer















You can download the Core Service API reference documentation here. If you look at the documentation you can see that the Groups are represented by the GroupData class. In GroupData, you can set the User's group membership by using the GroupMemberships property and each membership is represented by the GroupMembershipData class. In GroupMembershipData you'd want to add the publications using the Scope property in GroupMembershipData.



enter image description here



This answer might help you too.







share|improve this answer














share|improve this answer



share|improve this answer








edited May 31 at 19:31

























answered May 30 at 14:32









Sabarish SenthilnathanSabarish Senthilnathan

1,181313




1,181313












  • Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

    – Dominic Cronin
    May 31 at 16:22






  • 1





    Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

    – Sabarish Senthilnathan
    May 31 at 19:31

















  • Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

    – Dominic Cronin
    May 31 at 16:22






  • 1





    Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

    – Sabarish Senthilnathan
    May 31 at 19:31
















Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

– Dominic Cronin
May 31 at 16:22





Hi Sabarish. Great to see you welcoming a new contributor and pointing them to the help. Thanks for that. Could I suggest that you move your first paragraph to a comment? That will help people focus on the technical content of your answer.

– Dominic Cronin
May 31 at 16:22




1




1





Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

– Sabarish Senthilnathan
May 31 at 19:31





Hi Dominic! Thanks for your comment. Moving the first paragraph to a comment makes sense. I'll do that.

– Sabarish Senthilnathan
May 31 at 19:31

















draft saved

draft discarded
















































Thanks for contributing an answer to Tridion Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftridion.stackexchange.com%2fquestions%2f20113%2fadding-the-publications-to-tridion-user-groups-using-core-service%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?