Dynamically Change Custom Actions for User Task

Is there a way to dynamically change the custom actions associated with a user task on the fly? We would like to change the action options available to the user based on the state of the task. Thanks in advance.

Please post on the Jdeveloper and ADF Forum where you will get more help
JDeveloper and ADF

Similar Messages

  • How to change application action for all Firefox users?

    Hi,
    Is there any way I can change application action for all FF users. I am using Firefox admin 0.5.9.3 and deploy FF 3.6 through GP.
    Thanks

    You can change the system colors based on the system you are logging on to.  We have many users here doing that. (Red for prod, Green for Dev, etc)  You cannot use the Sap signature Design theme as it does not allow color changing.  I explained this in another post and how to change it.
    Re: Set Color for several system with sap gui 7.20
    To answer your question on how to change this for ALL users... That I cannot answer as our user base differs and they change it as they wish.  Hope this helps.
    Regards,
    Zecher

  • Download link custom action for video files

    Hi,
    I have a requirement for adding a custom action called "DOWNLOAD A COPY" in search results hover panel on click of which will download copy for the user. I am able to implement this for pdf, excel and word files but not for generic and video files
    types since ctx.CurrentItem object is not having any property pointing to the item URL. Can someone please help me in getting this property for video and generic file types.
    Thanks a lot in advance!
    SharepointLearner

    Hi,
    According to your post, my understanding is that you want to custom action for context menu in "Site Content and Structure" in SharePoint 2010.
    In "SiteManager.aspx", SharePoint use MenuItemTemplate class which represent a control that creates an item in a drop-down menu.
    For example, to create or delete the ECB menu for a list item in
    "Site Content and Structure", we can follow the steps below:
    To add the “My Like” menu, we can add the code below:      
    <SharePoint:MenuItemTemplate
    UseShortId=false
    id="OLListItemLike"
    runat="server"
    Text="My Like"
    ImageUrl="/_layouts/images/DelItem.gif"
    ClientOnClickNavigateUrl="https://www.google.com.hk/"
    />
    To remove the “Delete” menu, we can comment the code below:
    <SharePoint:MenuItemTemplate
    UseShortId=false
    id="OLListItemDelete"
    runat="server"
    Text="<%$Resources:cms,SmtDelete%>"
    ImageUrl="/_layouts/images/DelItem.gif"
    ClientOnClickScript="%SmtObjectDeleteScript%"
    />            
    The result is as below:
    More information:
    MenuItemTemplate Class (Microsoft.SharePoint.WebControls)
    MenuItemTemplate.ClientOnClickScript property (Microsoft.SharePoint.WebControls)
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How to add custom action for Publishing Tab on Pages?

    I am able to add a custom action for libraries tab on document library , but i am unable to add it on Publishing tab on Pages.
    Below is the code , what i am trying.
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItems"
    Location="CommandUI.Ribbon"
    RegistrationType="List"
    RegistrationId="850"
    Sequence="40"
    Title="Move Documents">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.PublishTab.Publishing.Controls._children">
    <Button
    Id="Ribbon.PublishTab.Publishing.CheckLinkedPageItemsButton"
    Alt="Check Linked Page Assets"
    Sequence="40"
    Command="CheckLinkedPageItems"
    Image32by32="/_layouts/images/centraladmin_systemsettings_email_32x32.png"
    LabelText="Check Assets"
    TemplateAlias="o1"
    ToolTipTitle="Check Linked Page Assets"
    ToolTipDescription="Checks each image, document and page linked to from this page and verified if the asset is both working (not a broken link) and published. You may also use that page to publish all unpublished assets at once."
    />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="CheckLinkedPageItems" CommandAction="javascript:alert('button clicked!);" />
    </CommandUIHandlers>
    </CommandUIExtension>
    </CustomAction>
    </Elements>
    any thoughts?

    Hi,
    Check the secquence number . I don't see any issue in your code. Try with different sequence numbers.
    Did you find this Helpful? Please Mark it So! Thank you. Sachin Kumar

  • Developing Custom Actions for MII 12.0.4

    Hi,
    I read about the possibility of developing custom actions for the MII Workbench.
    There are some articles that deal with this topic, they all describe a reference class called "ActionReflectionBase" that implements the Interfaces that have to be implemented (IConfigurable, IAction, IMappable and IInvoke).
    I develop whit Eclipse and I have already imported the needed JAR Files in my project (LHCommon.rar and Lighthammer.jar). But I am not able to find the ActionReflectionBase class in the package com.sap.xmii.xacute.actions where it should be!
    I'm using MII version 12.0.4, please tell me where I can find this class?
    As a workaround I implement the interfaces directly:
    public class Calculator implements IConfigurable, IAction, IMappable, IInvoke {
    ,but it would be more confortable to extend the reference class.
    Please help me.
    Best Regards,
    Robert

    I have found my problem. I imported the jar files directly into the project and not into the jar library. So Eclipse was not able to find the ActionReflectionBase class. Now everything works!

  • How can I fix a dynamic zoom tool issue for users of Reader v8?

    I am publishing a PDF to be posted on the internet for downloading by end-users. The PDF is designed to open in full screen view, that is, without tool or menu bars visible. This means it would be helpful for me to embed additional functionality onto each page of the PDF for users who do not know keyboard shortcuts.
    In doing so, I have found that when adding the dynamic zoom tool function via Acrobat's Advance Editing > Forms > Button Tool, the dynamic zoom tool only works in some versions of Acrobat Reader and not others.
    I suspect this is because the dynamic zoom tool is accessed from different locations in different versions of Reader. Therefore, the instruction that I embed in to the button tool that relies on a menu-tree command ('find the tool in this location via the menu') cannot therefore be executed.
    Fortunately, it appears that there is a javascript name available for the dynamic zoom tool that I can use instead of a menu-tree command. But unfortunately, it appears that the script name is different for different versions of Adobe Reader...
    Not to be outdone, we have managed to write a small piece of javascript that, when assigned to the PDF using the button tool, identifies which version of Reader the recipient is using and activates the correct script name.
    So far so good.
    However, it now appears that version 8 of Adobe Reader has a higher level of security built in, so that javascript is security restricted and isn't allowed to run.
    This of course means that the button I've included in the PDF to bring up the dynamic zoom tool doesn't work at all for end-users using Adobe Reader v8.
    Getting the users to adjust their security permissions in the preferences is problematic and less than ideal. I really want the PDF to work 'out of the box' so to speak, without the users having to perform somersaults to get every element of the PDF to function fully as designed.
    And seeing as the end-users are part of a public organisation and will not necessarily have the authority to update their software from v8 to v9 themselves, I am a little stuck.
    So what's my query? I've got more than one:
    • Is there a more detailed script I can assign using the button tool to get the dynamic zoom tool to work as outlined above in v8?
    • Can I raise the security level of the dynamic zoom tool from within the PDF (that is, so that the dynamic zoom tool activates automatically and without end-user intervention, e.g. without downloading bits of code to place in file directories)? 
    • If I were to assign a digital ID/certificate to the PDF, would this allow the javascript to run unhindered?

    If you are going to SET an IP, a Static IP, on the computer it has to be out of the DHCP pool range but in the overall IP range the router is using to hand out. So if the router DHCP range is 192.168.1.100 to .150 you have to assign a static IP to the computer either above the 150 or below the 100.
    Right I've never had a problem with ha PC. But then I have never had a problem with my Mac either.
    I suspect you have some type of hardware problem or a hardware and driver problem.

  • Outlook 2013 with Exchange Server - Changed custom form for contacts is not shown

    Hello,
    Our infrastructure:
    Exchange Server 2010
    Outlook 2010
    Outlook 2013
    Windows 7 Pro, Windows 8 Pro and Windows 8.1 Pro
    The situation:
    We've used an old custom form for contacts, worked perfectly fine
    I've updated the form (adding some new custom fields and checkboxes) using Outlook 2013 and publishing the form (with a new name) to the Exchange folder
    I've set the form as default form in our contacts folder
    I've used this Script to set the new form for the existing contacts  and the name of the new form is saved correctly
    BUT if I open a contact in our Exchange contacts folder, Outlook 2013 (Outlook 2010) still shows the old form
    Steps I've taken so far:
    Cleared Outlook forms cache
    Repeated the above steps 1-4 in Outlook 2010
    Switched Cached Exchange Mode off and back on
    Allowed Scripts in Trust Center Settings
    Used a new clean Windows installation with a new Outlook 2013 installation
    Used different Exchange users on different systems, but some behavior when opening contacts
    I'm out of options I can think of, so maybe somebody else has some new view on this problem. 
    Thank you very much in advance!
    Greetings,
    Karl

    Hi,
    Is the Exchange folder in which the custom form is published available to all users?
    From the description, the script used to work for the old custom form, correct? Which version of Outlook did you use with the old custom contact form? Outlook 2010/Outlook 2013 or an earlier version? If you used the script with an earlier version of Outlook,
    we can't make sure it will still work with Outlook 2010/Outlook 2013.
    In addition we may also try creating a new contact form and test the steps to see if it will work.
    Please let me know the result.
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Return the scheduled start date from one task to a custom field for all tasks

    Hi all
    I am trying populate an entire custom task date field with the scheduled start date of one of the tasks. I thought the easiest way would be to:
    1) identify the date I need with a custom task flag field set to 'yes'
    2) create a formula to look for the 'yes' flag in that field and populate the custom task date field with it.
    This worked only for the task where the flag was set to yes (task #36) and the rest of the 49 tasks returned an error message. I'm unsure of how to set this up so that the date with the 'yes' flag populates in this column on
    all 50 tasks.
    This would also need to scale for situations where there were more or less than 50 tasks.
    Thanks in advance...
    Using MSP 2010 Pro   

    ShelleyBrodie,
    That's because the syntax of your formula isn't quite what you intend. The correct syntax is:
    IIf( expression, truepart, falsepart )
    For your case that converts to:
    IIf([Flag1],[Scheduled Start],{not sure what you want for the false part but I assume is is not Scheduled Start})
    Note, the "Yes" for Flag1 is implied, so the first part (i.e. Scheduled Start) is the truepart, but you don't give a value for the falsepart (i.e in both cases your formula is looking for Flag1 to be "yes". Let's say you want the Date1
    field to have the Scheduled Start date if Flag1 is "yes" and to have today's date if Flag1 is "no". Then the formula will be:
    IIf([Flag1],[Scheduled Start],[Current Date])
    However, As I indicated in my previous response, you won't be able to do what you described in your initial post by using a formula. Are you now trying to do something different?
    John

  • Server0 not statring after change od password for user sapjsf

    Hi
    I had to change password of  sapjsf user,after which i am not able to start server0.
    Please help me how to get server0 started.
    std_server0.out*****************
    <verbosegc version="200804_28">
    Loading services.:
      Service memory started. (104 ms).
      Service runtimeinfo started. (39 ms).
      Service timeout started. (94 ms).
      Service cross started. (106 ms).
      Service file started. (130 ms).
      Service trex.service started. (187 ms).
      Service userstore started. (30 ms).
      Service jmx_notification started. (40 ms).
      Service p4 started. (203 ms).
      Service classpath_resolver started. (64 ms).
      Service deploy started. (8442 ms).
      Service MigrationService started. (36 ms).
      Service bimmrdeployer started. (6 ms).
      Service log_configurator started. (11037 ms).
      Service locking started. (4 ms).
      Service http started. (237 ms).
      Service naming started. (580 ms).
      Service failover started. (63 ms).
      Service appclient started. (93 ms).
      Service javamail started. (135 ms).
      Service ts started. (125 ms).
      Service jmsconnector started. (175 ms).
      Service licensing started. (34 ms).
      Service connector started. (219 ms).
      Service configuration started. (48 ms).
      Service iiop started. (334 ms).
      Service webservices started. (653 ms).
      Service dbpool started. (1857 ms).
    Oct 26, 2008 2:23:19 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_94] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "Name or password is incorrect (repeat logon)". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      passwd=********
      lang=EN
      receiverid=master
      sysnr=$$
      client=100
      poolmaxsize=10
      user=SAPJSF
      receiverid_guest=master
      ashost=localhost
      poolmaxwait=10000
    Oct 26, 2008 2:23:19 PM  ...re.server.ume.service.UMEServiceFrame [SAPEngine_System_Thread[impl:5]_94] Fatal:
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Name or password is incorrect (repeat logon)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:440)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
            ... 6 more
    com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Name or password is incorrect (repeat logon)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
            at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
            at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
            at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
            at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
            at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
            at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Name or password is incorrect (repeat logon)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.newPersistenceException(R3PersistenceBase.java:178)
            at com.sap.security.core.persistence.datasource.imp.R3PersistenceBase.init(R3PersistenceBase.java:446)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:440)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
            at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
            at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
            at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
            ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Oct 26, 2008 2:23:19 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_94] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.

    There are lots of posts on this issue on the form. Update the password in the parameter, server->services->UME provider-> ume.r3.connection.master.passwd using configtool.

  • Thunar custom actions for devices?

    Hi!
    As you might know it's possible in Thunar to add custom actions to the context menu of files/folders/...
    but is it also possible to add custom actions to devices like flash drives or partitions?
    My problem is: I got a few encrypted partitions which got to be decrypted before mounting.
    At the moment I use a few folders (with custom actions) in the sidebar to encrypt and mount the partitions but I'd like to get rid of the redundancy (partitions in device list/folders in places list).
    So, how can I add a custom action to a device?

    As you might know it's possible in Thunar to add custom actions to the context menu of files/folders/...
    If only action you'd like to perform don't need root permissions, all of actions is possible from context menu after adding them to Thunar's context menu.

  • Custom actions for Installing Adobe Pro

    How is it possible to create a custom action as part of the Adobe Pro install using the custom Installation wizard , without doing it manually with direct Editor

    Can you clarify your question? Do you have the custom actions .sequ files that you want to deploy?
    http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/planning.html#custom-actions- macros

  • Dynamically Changing Display Quality for Children

    I am interested in changing the display quality for a child SWF that is loaded in at Runtime, and changing it's Display quality based on user interaction.  Anyone know if this is possible?
    I have the following below, however it changes the entire application, not just the dynamically loaded SWF
    Any help would be greatly appreciated.
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"
                      applicationComplete="init()">
         <fx:Declarations>
         </fx:Declarations>
         <fx:Script>
              <![CDATA[
                   private var mc:*;
                   private function init():void{
                        var loader:Loader = new Loader();
                        loader.contentLoaderInfo.addEventListener( Event.COMPLETE, handleComp );
                        loader.load( new URLRequest( "my/swf/file.swf" ) );
                   private function handleComp( _event:Event ) :void{
                        mc = (_event.target.content)
                        av.addChild( mc );
                   private function changeQuality( _q:String ):void{
                        switch (_q){
                             case "low":          av.stage.quality = "low";          break;
                             case "medium":     av.stage.quality = "medium";     break;
                             case "high":     av.stage.quality = "high";          break;
              ]]>
         </fx:Script>
         <s:VGroup>
              <s:HGroup>
                   <s:Button label="low" click="changeQuality( 'low' )" />
                   <s:Button label="medium" click="changeQuality( 'medium' )" />
                   <s:Button label="high" click="changeQuality( 'high' )" />
              </s:HGroup>
              <s:SpriteVisualElement id="av" height="300" width="100" />
         </s:VGroup>
    </s:Application>

    Sorry i talked to fast...
    In fact I think there is only one instance of the Stage object in a running player. So the only way to do this would be to rasterize your Sprite and store it in a BitmapData object, changing the quality of the stage juste before rasterization and then restoring back after. There is something in the doc that talk about this kind of thing: http://help.adobe.com/en_US/as3/mobile/WS4bebcd66a74275c36c11f3d612431904db9-7ffb.html
    Hope this is helpful...

  • How can I change 'Custom' permissions for TM backup disc?

    I have recently had some big problems with permissions on the main disk of my G5 iMac. After fixing permissions, Time Machine then reported that my backup disk (an external 300Gb FireWire disk) was read-only and so backups couldn't take place, and the icon for the disk has a padlock shown on it. Looking at the Get Info for the disk and unlocking 'Sharing and Permissions', I see a line saying 'You have custom access', and that all permissions shown are set to 'Custom'. I don't know what this means - and worse, I can't change the permissions to any of the normal settings (Read & Write, Read Only, Write only (drop box)), and I can't check 'Ignore ownership of this problem'.
    I am thus unable to do any backup. The system worked fine for at least a year before this. Has anyone any idea what 'custom' means and what I should do. I haven't found anything that seems relevant by searching this forum.

    Time Machine uses special "deny everybody everything" permissions. You should not change them.
    FIrst, do a +Repair Disk+ (not permissions) on the TM volume via DIsk Utility (in your Applications/Utilities folder).
    If that doesn't correct it,
    If you only have a partial backup, or don't need the ones you've done, the simplest thing to do is just erase the disk/partition.
    If you don't want to erase it, here's a workaround:
    First, you need to find the name of the hidden file that's causing the problem Click here to download the +Time Machine Buddy+ widget.
    It shows the messages from your logs for one TM backup run at a time, in a small window. If it shows a message like this: "You do not have appropriate access privileges to save file “.<nnnnnnn>” in folder <Name>"* skip to *Open the Terminal App* below.
    If not, Click here to download the +Tinker Tool+ app. It allows you to change the Finder to show hidden files (among many other things). Select the first option under Finder, then click +Relaunch Finder+ at the bottom. Reverse this when done.
    In a Finder window, select your Time Machine drive/partition. The very first file shown should have a name consisting of a period (dot) followed by 12 numbers and/or letters. (This is your Mac's Ethernet address). Copy or make a note of it.
    Open the Terminal app (in your Applications/Utilities folder).
    In Terminal, the prompt looks like this: user-xxxxxx:~ <your name>$
    (where <your name> is your short user name). It's followed by a non-blinking block cursor (unless it's been changed via Terminal > Preferences).
    At the prompt, type the following exactly as shown, substituting the name of your TM drive exactly, including any spaces, between the quotes; and the string of numbers & letters from the message where the series of x's are (keep the dot):
    <pre> sudo chmod 644 /volumes/"TM drive name"/.xxxxxxxxxxxx</pre>
    example: sudo chmod 644 /volumes/"TM Backups"/.0a1b2c3d4e5f
    Press Return. You'll get some warnings and a request for your Administrator's password. Type it in (it won't be displayed) and press Return again.
    Then try a +Back Up Now+ from the TM icon in your Menubar, or by control-clicking (right-clicking) the TM icon in your dock.

  • I recently changed my apple id and I acan not change the apple id on my iphone 4. I am trying to change the settings for user name on the icloud setting on my phone and it will not let me change. Can someone please help me? I appreciate it.

    It only has gray letters when I try to change my apple id iin my icloud user settings. How can I change my apple id to my new email address and password? My old one was hacked.

    Yes, but if you delete the iCloud account and start again, don't you have to wait 90 days for everything to start syncing??  I've been having this problem for months and no one seems to be able to figure it out.  I used to have one Apple ID (which was not an email address) and then when iOS came along....and iCloud, they force you to use your email address as ID ....which actually sets up a SECOND Apple ID.  I have a Mac, iPad, iPod touch and iPhone.  the Apple techs tried to delete the iCloud accounts so that they all said the same thing (email address ID) but then I had to wait 90 days.  the 90 days just passed and nothing is automatically syncing yet.  I still think there are 2 accounts but if I delete all again.....it's going to be another 90 days (for security reasons, I was told).  This is a real pain in the butt.

  • Change apple id for user in Yosemite / adapt according to family sharing

    Hi,
    I just upgraded to Yosemite (and IOS 8 on the families iPads and iPhones).
    Before I had one apple ID used by every user / device. Now I changed to family sharing and have separate apple IDs for every family member. Now I would like to use the same IDs for the corresponding users on the Mac. But I cannot find the place to specify this! On Mountain Lion this should have been set in the settings of the users - but there is no such option now on Yosemite.
    Any idea is greatly appreciated.
    Regards,
    Thomas

    When you add users, it asks you his iCloud id. I suggest you delete then recreate each user

Maybe you are looking for