Filter Shared Calendar Items content based on user

Hi
I am very new to Exchange development and need to find a solution to this problem:
My outlook users must be able to view the complete calendar item description only if their name is mentioned in it. Else only the first few lines.
I have researched into Transport Agents but I'm not sure if it can intercept Calendar changes.
If someone could point me in the right direction.
Thanks in advance,
Divish

For a conference room (or meeting room) you don't need to store that information eg who as user is going to look at the conference room calendar for that information ? An attendee or Organizer  will always refer to the appointment in their own calendar
which will have that information. That's why with the Set-CalendarProcessing cmdlet
https://technet.microsoft.com/en-us/library/dd335046%28v=exchg.150%29.aspx you can configure the meeting room to automatically delete the Subject and Body of the appointment it automatically accepts eg
The DeleteComments parameter specifies whether to remove or keep any text in the message body of incoming meeting requests.
and
The DeleteSubject parameter specifies whether to remove or keep the subject of incoming meeting requests. Valid input for this parameter is $true or $false.
The default value is $true.
If you enable both of these setting it means anybody that does look in the Meeting Room Mailbox will only see that its booked for that period and who the organiser is.
Cheers
Glen

Similar Messages

  • Shared calendar items in multi-user calendar view

    Hi!
    I have another question:
    The new multi-user Calendar-view is great - but we have one thing, which
    is confusing to our users:
    User A has a shared calendar (the owner of this shared calendar is User
    B). It is clear, that User A can see appointments of this shared
    calendar in his "main Calendar" if this shared calendar is "enabled".
    But User A cannot see the calendar items of this foreign shared
    calendar, if he changes to the new multi-user - view.
    Does this work as designed or is it a bug?
    Thanks a lot
    Wolfgang

    Originally Posted by wpolster
    Hi!
    I have another question:
    The new multi-user Calendar-view is great - but we have one thing, which
    is confusing to our users:
    User A has a shared calendar (the owner of this shared calendar is User
    B). It is clear, that User A can see appointments of this shared
    calendar in his "main Calendar" if this shared calendar is "enabled".
    But User A cannot see the calendar items of this foreign shared
    calendar, if he changes to the new multi-user - view.
    Does this work as designed or is it a bug?
    Thanks a lot
    Wolfgang
    Does User A also have read proxy rights to User B's calendar?
    Also, which version/patchlevel of the client are you using?
    Cheers,
    Willem

  • Sharing Calendar Items via iPhone?

    If I use the calendar feature of my iPhone, is there any way I can send calendar items to other iPhone users or MS Outlook users?
    (If not, there really ought to be. That's a pretty basic tool Outlook users really like)

    Not possible by email either but a good feedback request to provide Apple via their iPhone Feedback link.

  • Outlook 2013 shared calendars show "no connection" and users can't see other's free / busy time in scheduling assistant

    Info:
    Outlook 2013 Pro Plus - Windows 7 64bit - Exchange 2007 Hosted by Rack Space - everything fully patched....
    every user in our company on Office 2013 now has the same issue: shared calendars won't populate with the following error: "no connection" when they try to see another user's calendar in scheduling assistant, it just shows those diagonal lines
    (like they don't have permission)
    Based on "research", reaching out to Rack Space and some desperate Googling, I've tried the following to no avail:
    run full repair of Microsoft office 2013 and also reinstalled Office 2013
    turn off /on cached exchange mode, turned off /on Work Offline mode
    rebuild OST and email profile
    start Outlook in safe mode with no add-ins running
    check auto discover records and add auto discover server address to local intranet zone in Internet Explorer
    modify calendar permissions for both ends of the calendar interaction
    check Outlook OWA access, confirmed everything is fine there
    anyone have any ideas for me? people in Outlook 2010 have no issues BTW; just Outlook 2013....
    thank you so much in advance and please let me know if I can provide more info!

    Hi,
    This issue may be caused by KB 2837643 & KB 2837618, please uninstall the patches, let the users create a new profile to test the result:
    http://support.microsoft.com/kb/829918/en-us
    If the issue is caused by the patches, please note we have realized this issue and hopefully there will be a fix to this issue soon. We will inform you as soon as there's a fix.
    Regards.
    Melon Chen
    TechNet Community Support

  • Reading Shared Calendar Items

    Dear all!
    THANKS IN ADVANCE FOR RESPONSES! And for having this forum!
    I'm working on an application that requires to read Calendar Items from MS Exchange. I've been able to do this using my own account on MS Exchange.
    I need to read calendars of users who have delegated me read access to their calendar.
    I've shared a couple of Calendars from various users.
    I've tried using using getUserNamespaces(String user) specified in the Store class, using an IMAPStore object for correct implementation.How are the user names parsed to the method getUserNamespaces in IMAPStore qualified? I'm parsing them just like "user". Should it have been [email protected]? Tried that and it doesn't seem to work either!
    /**/      try{
    /**/           IMAPStore sharedStore = new IMAPStore (session, urln);
    /**/          sharedStore.connect();
    /**/           VCalendar vC = null;
    /**/           Folder[] fo = sharedStore.getUserNamespaces("user");
    /**/          System.out.println(fo.length);
    /**/           for (int t=0;t<fo.length;++t){
         System.out.println(fo[t].getName());
    /**/                fo[t].open(Folder.READ_ONLY);
    /**/                fp = new FetchProfile();
    /**/                fp.add(FetchProfile.Item.ENVELOPE);
    /**/                Message[] msgS = fo[t].getMessages();
    /**/                fo[t].fetch(msgS, fp);
    /**/                for (int i = 0; i < msgS.length; i++) {
    /**/                  vC = processMeetings(msgS);
    /**/           vC.dumpContent();
    /**/ }catch(Exception e){Utilities.message(e.getMessage());e.printStackTrace();}
    /**/ finally{ System.exit(0x0);}
    I get no results, regardless of the user name I specify, wherether correct or otherwise
    Is this the proper approach or is there a different approach that I need to consider?
    Also tried something like this:
    imap://user:[email protected]/Calendar/<delegated user name>.... Just trying...
    Thanks!

    Thanks! The link doesnt help though.
    I'm able to login into Exchange, and can read all inbox, outbox, calendar and other items that belong to me! The problem is that I can't read delegated items. Another user in the same Exchange has assigned me read rights, but I'm unable to read the calendar!

  • Displaying custom content based on user's roles

    Hi experts,
    I have been asked to look for a solution to display custom content based on the current user's roles.
    Basically It would be a simple page (or several pages I don't know yet)  that displays links to others systems in the enterpise landscape. Links have to appear but they may be "desactivaded" for some users.
    So i'm thinking of a custom portal app in java that display this page embedded in an iview, a test to check the current user permissions and some css / javascript magic to do the trick.
    What do you think ? Would there be another solution that I'm missing which doesn't require development ?
    I'm open to any suggestion / technology
    Regards.

    Sounds good,
    You can also consider using Service Map iView or Workset Map iView if those links should point to other portal navigation locations:
    See more here:
    Navigation with a Service Map - Portal - SAP Library
    Navigation with a Workset Map - Portal - SAP Library
    Best Regards,
    Tal

  • Shared Calendar items don't update in caching mode

    Hi Forum,
    we use a shared calendar for entries like holidays and who is in standby in off hours etc.
    We use a dedicated account for this and shared the calender to all colleagues.
    Since we upgrade to 2014 (build 116215), changes won't be updated in caching mailboxes. Only new entries appear correct and fast.
    We all use the caching mode, some clients are still on version 8 and some on 2014, but all show the same behavior.
    What happened: The guy who is in standby this week is sick. Colleague edit the entry.
    We all still see the old entry, even the next day.
    I only get the updated entry if I "retrieve entire mailbox".
    As you maybe guess: the entry is already updated in the online mode.
    What is going wrong here? Any suggestions? Thanks in advance.
    Cheers,
    Pascal

    bendeichp,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • How to set a shared calendar 'read only' for SOME users in ML server

    I am setting up Mountain Lion Server and wish to set up a series of calendars to be used by a studio of approx 20 people - two calendars will show the kind of thing I'm trying to achieve.
    Calendar A shows appointments and meetings - it can be viewd and edited by all
    Calendar B shows who is taking leave and when - it can be viewed by all, but edited by only a small group of people
    What is the best way to set this up? On The earlier version of the server we had set up calendars on the server and delegated - this is not possible on Mountain Lion Server.

    I don't think you can do this strictly by personalization since you need to use SPEL, unless the attribute you will be using for the display to control readonly is already present in the VO. Basically you need to check a value, say Supplier, and have another attribute say readOnly, tthat is set to TRUE if the supplier equals your desired supplier and FALSE for all other suppliers.
    Regards,
    LC

  • Users cannot edit a shared calendar of a shared mailbox that was deleted from the cloud and recreated on premise

    Description:
    The following example account [email protected] is an on premise AD account being used as a shared mailbox in the cloud. We have discovered that regardless of what we do, not a single user can edit the calendar entries.
    The following message is shown in Outlook Click to Run 2013 when an entry. "New appointment" button is also greyed out, including "Calendar Permissions" and some others.
    This problem started when the shared mailbox was created wrongly by creating it in the cloud first and we had to delete it and start over. The "in the cloud" user was deleted and the same user was created in AD on-premise with the same account name
    and then Dir Synced with the cloud. A license was assigned, a user mailbox on exchange online created and the type was converted to a shared mailbox and Editor rights were defined on the calendar folder for specific users.
    Actions performed:
    Action01: gave users Editor rights on calendar folder through powershell
    Result01: Rights correctly added and can be seen when get-mailboxfolderpermission is ran
    Action02: Opened calendar with Outlook and tried to edit entries
    Result02: Error message pops up saying "You don't have permission to create an entry in this folder. Right click the folder and check..."
    Action03: Opened calendar with OWA of users
    Result03: Users can edit the shared calendar on OWA
    Action04: Gave users Full Access permission on mailbox with automapping on
    Result04: Users can edit calendar in Outlook
    Action05: Gave users Full Access permission on mailbox with automapping off (mailbox no longer visible in outlook)
    Result05: Users cannot edit calendar in Outlook
    Action06: Removed Full Access permission on mailbox for users
    Result06: User cannot edit calendar in Outlook
    Action07: Removed [email protected] from on-premise AD, performed dirsync, removed account from ms online using remove-msoluser -removefromrecyclebin
    Result07: No trace of the account was anywhere to be found.
    Action08: Created new [email protected] account on on-premise AD, assigned o365 license to user including exchange online license
    Result08: New empty Exchange online mailbox was created
    Action09: gave users Editor rights on calendar folder through powershell
    Result09: Rights correctly added and can be seen when get-mailboxfolderpermission is ran
    (Note: whenever mailboxfolder permissions are modified for this mailbox it's as if they are ran THREE times in a row, the first time they are applied and the powershell gives immediately 3 exceptions behind this:
    An existing permission entry was found for user: [email protected]
        + CategoryInfo          : NotSpecified: (:) [Add-MailboxFolderPermission], UserAlreadyExis...nEntryException
        + FullyQualifiedErrorId : [Server=DBXPR05MB046,RequestId=3b3e080e-9aaf-4db9-9b90-b7171d59eba2,TimeStamp=7/11/2014
       8:15:39] [FailureCategory=Cmdlet-UserAlreadyExistsInPermissionEntryException] 57078FCD,Microsoft.Exchange.Manageme
      nt.StoreTasks.AddMailboxFolderPermission
        + PSComputerName        : outlook.office365.com
    Any other mailbox does not do this when setting mailboxfolder permissions)
    Action10: Opened calendar with Outlook and tried to edit entries
    Result10: Error message pops up saying "You don't have permission to create an entry in this folder. Right click the folder and check..."
    Action11: Tried on a fresh new pc with first time logon
    Result11: did not help
    Additional information:
    We have seen this problem with another user which was recreated, when he shares his calendar with others and people get the calendar invite email and click "Open Calendar" they receive a popup "The folder cannot be found".
    My first impression points to a corruption/bug in the GAL on exchange online, since we're using o365 for midsize bussinesses we cannot use the AdressList role to expose the adresslist cmdlts for deeper troubleshooting.
    PS:
    Issue tested on different computers and with different user accounts, not a single user can edit the calendar of [email protected] when editor rights are given.
    Noticed when editing rights for the shared mailbox in powershell after the first confirmation line
    Office 2013 is click to run was updated to latest version, version number: 15.0.4659.1001

    Greetings Gil,
    I haven't heard of that one.
    Questions:
    Does the calendar in question show up in the "Subscriptions" category of iCal?
    If you remove all accounts from iCal > Preferences > Accounts and quit and re-open iCal, does the calendar in question vanish? If so, does the calendar come back when you re-input the servers you need into  iCal > Preferences > Accounts?
    Can you provide a screen shot of your calendar sidebar.
    While you answer those questions, some troubleshooting to try:
    Try dragging one of your other calendars above this calendar that won't delete and then quit / re-open iCal and attempt to delete the calendar in question.
    Failing that:
    1. First make an iCal backup:  Click on each calendar on the left hand side of iCal one at a time highlighting it's name and then going to File Export > Export and saving the resulting calendar file to a logical location for safekeeping.
    2. Go to iCal > Quit iCal
    3. Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    4. Launch iCal and test.
    If the issue persists at this point:
    Remove the following to the trash and restart your computer:
    Home > Library > Caches > com.apple.ical
    Home > Library > Calendars > Calendar Cache, Cache, Cache 1, 2, 3, etc. (Do not remove Sync Cache or Theme Cache if present)
    Home > Library > Preferences > com.apple.ical (There may be more than one of these. Remove them all.)
    ---NOTE: Removing these files may remove any shared (CalDAV) calendars you may have access to. You will have to re-add those calendars to iCal > Preferences > Accounts.
    Hope that helps!

  • Exchange 2013 - Shared Calendar problems

    Since we put in Exchange 2013 in July 2013 we have had a problem with Shared Calendars.  Even though a User has Owner Permission on another Calendar, New Appointment is Grayed Out and the User cannot add or amend and occasionally Outlook will hang. 
    We have tried Outlook 2010 and 2013 Clients as well as Cached Mode and Online Access.  Exchange Server Standard 2013 CU2 was installed and this seemed to stop the problem for a while and now it has returned.
    Permissions have been removed and reapplied both through the Exchange Powershell Interface and on the Mailbox.  All other aspects of the system seem fine.
    Any advice would be welcome.

    Hi,
    Please check your application logs in your Exchange server. Confirm whether there are some error logs such as Event 9646.
    It may because there are too many users connect to shared calendar at the same time that cause this issue. And there is a limit on the number of items that clients can open.
    If so, we can change regedit
    on the Exchange computer to resolve this issue. For more information, please click the following KB:
    http://support.microsoft.com/kb/830836/en-us
    Thanks,
    Winnie
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Shared Calendars / Room Lists and automatically forcing them to users based on Security Group Membership

    Good morning all,
    I need some help achieving the following in our Exchange 2013 Environment.  First off, we have Exchange 2013, but all our clients have Outlook 2010.
    Here's what I would like to be able to do:
    1) create/manage public calendars / rooms in exchange 2013
    2) force these shared public calendars / rooms to users' calendars who are members of particular security groups
    3) give edit permissions / "booking" permissions for the shared calendars so select users are able to make changes to the shared calendars, as well as accept/deny requests to "book" shared room calendars
    Any one got any resources they can give to point me in the right direction?
    I have already created two mailbox room resources, and have them set up in a room list in AD.  But need to know the above as far as creating a shared calendar for events, and forcing these calendars / room lists out to users based on security group
    membership.
    I don't want my users to have to know how to add a shared calendar...that would be a nightmare explaining.  I just want it to show up.
    Any help on this is greatly appreciated, thank you!

    1) I recommend using Room Mailboxes for resource calendars because it just works better.
    2) This is a standard feature of a Room Mailbox.
    3) You're pretty specific here, but I think this is also more or less available with a Room Mailbox combined with folder rights.
    I don't know any way to just make them "show up".  You'll have to teach them.  Well written instructions can work wonders.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Importing shared calendar with all posted items

    We have a shared calendar with all our area events, which exists in my account, but now we wish - as a matter of urgency - to export this (with all its posted events) to a generic account, which can be updated by a few named employees - and not be tied to one user's account. Unfortunately, when I import the ics file into the generic account it appears with no contents. It seems that I will have to create a new blank calendar in the generic account, and share it's contents with all my colleagues again. Please can anyone confirm if this is so, or explain what I need to do to make it happen.
    Thank you,
    Ted.

    Aplogies. I have finally worked this out. Since I am the owner of the shared area calendar, only I have the right to add, edit or delete calendar items, but can allow those rights to other accounts. To move all calendar items, as advised, I shared the calendar (right-click on calendar in folder list, and select "Sharing") with the generic account by entering that account in the Name box, clicking the "Add User" button. Then I selected the account, now in the list of shared accounts, ticked the add, edit and, crucially, the delete box. The latter enabled me to move items from one calendar to another in the generic account, after setting the properties of both to detail view. One thing that can't be done is transfer the shared-with list, so I guess I'll need to re-share with all area staff. Thanks Danita. I got there in the end!

  • Allow multiple users to edit in a shared calendar

    Some co-workers and I have a shared calendar in Outlook 2010 (separate from our personal, individual calendars) and we'd all like to be able to edit (add, delete, etc) to it.  The creator of the calendar shared it with us and gave us all the appropriate
    permissions to be able to edit it, however, only what the creator enters/edits appears for everyone.  Anything additional or changed doesn't appear. 
    For example, User 1 creates and shares the calendar.  User 2 and User 3 are given "editor" permissions.  User 2 adds an event to the calendar for all to view, but User 1 and User 3 cannot view it.  
    How can we create a calendar so that User 1, User 2, and User 3 can all view and edit this shared calendar?
    Thanks!

    Hi,
    How does User1 share the new created calendar to User2 and User3? Because the shared calendar is User2 created that is not a default Calendar, please share it by the following steps in Outlook 2010:
    1. Create a new calendar in User1’s account.
    2. Right-click the new calendar, click Share > Share Calendar.
    3. In the Sharing invitation window, select User2 and User3 in the To field.
    4. Check Recipient can add, edit and delete items in this calendar to give the recipients Editor permission.
    5. Click Send to share calendar to User2 and User3.
    Then User2 and User3 would receive a message in Inbox folder. They can just click
    Open the Calendar button to open it. Then check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • EWS API - Impersonating to update a calendar item created by any other user than a service account, raise an error "Access is denied. Check credentials and try again."

    Hi,
    I am new to using EWS managed APIs.
    Following is the issue:
    1. I am using a service account e.g. [email protected]. This user is a global administrator and also has ApplicationImpersonation role assigned. (Sign into Online Office 365 account -> Admin -> select "Exchange" tab- > select Permissions
    on the left panel -> create an impersonation role -> assign ApplicationImpersonation in Roles: and [email protected] in Members: -> Click on save)
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected].
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
            private static void Impersonate(string organizer)
                string impersonatedUserSMTPAddress = organizer;
                ImpersonatedUserId impersonatedUserId =
                    new ImpersonatedUserId(ConnectingIdType.SmtpAddress, impersonatedUserSMTPAddress);
                service.ImpersonatedUserId = impersonatedUserId;
    4. It was working fine till yesterday afternoon. Suddenly, it started throwing an exception "Access is denied. Check credentials and try again." Whenever I try to
    update that event.
           private static void FindAndUpdate(ExchangeService service)
                CalendarView cv = new CalendarView(DateTime.Now, DateTime.Now.AddDays(30));
                cv.MaxItemsReturned = 25;
                try
                    FindItemsResults<Item> masterResults = service.FindItems(WellKnownFolderName.Calendar, cv);
                    foreach (Appointment item in masterResults.Items)
                        if (item is Appointment)
                            Appointment masterItem = item as Appointment;
                            if (!masterRecurEventIDs.Contains(masterItem.ICalUid.ToString()))
                                masterItem.Load();
                                if (!masterItem.Subject.Contains(" (Updated content)"))
                                    //impersonate organizer to update and save for further use
                                    Impersonate(masterItem.Organizer.Address.ToString());
                                    // Update the subject and body
                                    masterItem.Subject = masterItem.Subject + " (Updated content)";
                                    string currentBodyType = masterItem.Body.BodyType.ToString();
                                    masterItem.Body = masterItem.Body.Text + "\nUpdated Body Info:
    xxxxxxxxxxxx";
                                    // This results in an UpdateItem operation call to EWS.
                                    masterItem.Update(ConflictResolutionMode.AutoResolve);
                                    // Send updated notification to organizer of an appointment
                                    CreateAndSendEmail(masterItem.Organizer.Address.ToString(), masterItem.Subject);
                                    masterRecurEventIDs.Add(masterItem.ICalUid.ToString());
                                else
                                    Console.WriteLine("Event is already updated. No need to update again.:\r\n");
                                    Console.WriteLine("Subject: " + masterItem.Subject);
                                    Console.WriteLine("Description: " + masterItem.Body.Text);
                catch (Exception ex)
                    Console.WriteLine("Error: " + ex.Message);
    5. What could be an issue here? Initially I thought may be its a throttling policy which is stopping same user after making certain API call limits for the day, but I am still seeing this issue today.
    Any help is appreciated.
    Thanks

    Your logic doesn't sound correct here eg
    2. Create a calendar item by other user for e.g. [email protected], and invite an attendee - [email protected]
    3. In a c# program, I connect to EWS service using a service account - [email protected], fetch its calendar events. If organizer of an event is some other user - [email protected] then
    I use impersonation in the following way to update the calendar event/item properties- subject, body text etc.
    When your connecting to [email protected] mailbox the only user that can make changes to items within
    abccalendar is abc (or ABC's delegates). If your impersonating the Organizer of the appointment pqr that wouldn't work unless the organizer had rights to abc's calendar. If you want to make updates to a calendar
    appointment like that you should connect to the Organizers mailbox first update the original, send updates and then accept the updates.
    When you impersonate your impersonating the security context of the Mailbox your impersonating so its the same a logging on as that user in OWA or Outlook.
    Cheers
    Glen

  • Revenue Recognition based on User Status of assigned Sales Order line item

    Dear Community members,
    We have requirement to recognize / de-recognize revenue posted to WBS for calculation of RA, based on the 'User status' of the assigned Sales Order line item.
    To elaborate requirement further -
    1) WBS Element - XXX - 10 ( with operative indicator - Plan/Bill/Account Assign)
    2) Sales Order(SO) Line Items assigned to the above WBS -
    - SO No -  123 Line Item 10 - Actual Rev - $ 300 - User Status - EXE (Meaning this work is in progress , partial payment received thus actual revenue for RA at WBS is 'Zero'
    - SO No -  124 Line Item 20 - Actual Rev - $ 400 - User Status - COMPL(Meaning this work is Complete , all payment received thus actual revenue for RA at WBS is $400
    - SO No -  125 Line Item 10 - Actual Rev - $ 800 - User Status - EXE (Meaning this work is in progress , partial payment received thus actual revenue for RA at WBS is 'Zero'
    As per WBS reports Actual Revenue posted to WBS XXX-10 is $ 1500 ( $300$400$800) , however since two SO line items ( SO 123 /line item 10 and SO 125 / line Item 10 ) are NOT having User status 'COMPLETE', the actual revenue posted by those line items $ 1100/- ($300 + 800)  should not be included as Actual Revenue for RA at WBS level.
    Thus Actual Revenue for RA at WBS XXX-10 should be $ 400 /- ( the revenue posted by SO 124/line item 20 which has user status as 'COMPLETE')
    How do above can be achieved?? Is there any standard solution for this?? Is any SAP Note available for this (I too am looking for one but not found any ) ?? do we need any enhancement , Customer exit etc
    Thanks in advance
    with regards

    Hi,
    Thanks. You are right that the 'Completed Contract Method' would defer revenue recognition. However, the status checked would be of the RA object (WBS Element in this case, as RA key is on WBS and RA is being calculated on the WBS).
    However, our requirement is to check the user status of the Sales Order Line items assigned to the WBS element and filter the revenues posted based on the active user status of individual Sales Order Line item.
    Please give you inputs.
    Thanks in advance
    With regards

Maybe you are looking for