Can we delete key member through update_project API

Hi,
My requirement is that if project start date is greater than system date, then during update of such projects, I have to delete exsiting key member and add new key member. I am not able to delete existing key member and also didn't find any way/ parameter which can be passed in update_project api so that it will delete existing key member. I am using project_role_tbl_type for adding/updating key members.
If anybody have any idea, please share it with me.
Thanks

Is there any other public API by which we can delete the existing key member of projects. I know there is one API delete_project_party but that is not public one.

Similar Messages

  • Songs mislabeled as podcasts, can't delete, only findable through smartlist

    Hello—
    I've been having a problem with iTunes where a song will somehow get labeled as a podcast, so it no longer shows up under Music, but when I look under podcast it isn't there either (because it isn't a podcast). The only way I can find the song is by creating a smart playlist that looks for the title. These songs were deleted (through iTunes, the same way I delete anything) and so the files no longer exist, but iTunes still things they are there. I can't delete them because you can't delete from a smart playlist and they aren't findable outside of the playlist. They really aren't harming anything, but I'm anal and want them gone.
    I'm using the latest of both iTunes (7.3.2 [6]) and OS X (10.4.10).
    Thanks for any help!

    I have the exact opposite problem - I have Podcasts mislabeled as music on the iPod, they were showing up that way in iTunes until I updated, now I can't find them at all. They are still on the iPod, though, but cannot be seen through iTunes. What the heck is going on???

  • Can Not Create Serviceable Item Through DI API

    Hi Experts,
    My Client is using SAP 8.81 PL0 ,I am creating Serviceable Item through DI API, using following code
    oItems = (SAPbobsCOM.Items)SBOAddOn.SBOCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems);
    oItems.ItemClass = SAPbobsCOM.ItemClassEnum.itcService
    When I am going to Add it throw the msg ,ServiceCat is blank
    In DI object I am not able to find the service category kindly help me out.
    Thanks
    Edited by: Anup Kharwar on Feb 21, 2012 5:40 AM

    Hi,
    The SDK helpfile has this to say about the itemClass property:
    SDK helpfile:
    Remarks
    The ItemClass property is applicable for cluster B (country-specific for Brazil only).
    For example in the Finnish localization we do not have a field in the Item Master Data window for ItemClass. We do have the field ItemType
    Does your localization have a field for itemClass anywhere in the B1 client ?
    Regards,
    Johan

  • Can we delete the member from year dimension in hyperion planning??

    Hi All,
    Unfortunatley when adding the dimension members it have to add 2 yreas but i click 22 so its added 22 years in the dimension.
    so i want to delete the extra members from the year dimension. is it possible in planning to delete year members
    please if possible let me know how it is possible???
    Cheers,
    kittu.

    It can be done by SQL but it is not supported, the safest option is just to restore from backup before the changes were made
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Delete Yammer Group through REST API

    Hi All,
    Is there any REST API from yammer which enables us to delete Yammer groups. We would just have to pass groupid(s) to the rest api url and my yammer groups should get deleted.
    I tried googling but could not find any. except these: https://www.yammer.com/api/v1/group_memberships.json?group_id=:4309911 which just deletes user from a group. Is there any rest api to delete the group itself ?
    Thanks in advance.
    Regards,
    Subhash S.

    Hi,
    According to your description, you want to delete a group in Yammer using the REST API endpoint of Yammer.
    As it is more relate to Yammer development, it would be more appropriate to ask for help in the corresponding forum, you will get more help and confirmed answers there:
    http://community.office365.com/en-us/w/yammer/default.aspx
    Thanks
    Best Regards
    TechNet Community Support
    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]

  • Delete BOM items via DI API

    hello,,,
    I want to ask can i delete my bom items through DI API.
    Will the changes of addings and deleting of items through DI API(coding n sdk)be reflected in our SBO.

    Dim objBOM As SAPbobsCOM.ProductTrees
    Dim intCnt As Integer
    Dim strCode As String
    Dim objItem As SAPbobsCOM.Items
    Dim objRS As SAPbobsCOM.Recordset
    Dim boolFlag As Boolean
    objItem = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oItems)
                objRS = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)
                objRS.DoQuery("Select Code from  OITM ")
                If (objRS.RecordCount > 0) Then
                    For intI = 0 To objRS.RecordCount - 1
                        strCode = objRS.Fields.Item(0).Value
                        boolFlag = objItem.GetByKey(strCode)
                        If boolFlag = True Then
                            lngStatus = objBOM.Remove()
                        End If
                        objRS.MoveNext()
                    Next
                End If
    Note - This code will delete all BOM's.Change the as per u r requirement.

  • How to delete a member in Essbase

    How can we delete a member in Essbase using ODI

    You have to do it just like you do with essbase, unfortunately you can't just delete, well you could if you wrote some custom java with the essbase api.
    What you have to do is create a load rule in EAS and an interface in ODI, in the load rule you would have "remove unspecified" and this would remove any members not in the rule file.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • FRM-40735 Error when trying to add an employee as key member for a project

    FRM-40735: ON Insert trigger raised unhandled exception ORA-06502 in PAXPREPR when trying to add an employee as key member for a project
    Tried generating FND log messages to see if it shows any error messages but it didn't show any specific error.

    Error ORA-06502 says PL/SQL: numeric or value error.
    The Error could be in the data already exist in the system for key members. If this Project was created using APIs, there are possibilities that some other character( i.e. next line chracter ) got entered in the column value which Form "PAXPREPR" is not able to fetch or update.
    You can query the key member data from back-end to check if any data corruption is there. you may require data-fix to correct that.
    AB

  • How do you delete a member in outline?

    Hi,
    I am sure this question has been asked many times in this forum but I can't seem to find the answer. Also, it seems to me that this forum does not retrieve threads that are older than 2 years.
    When I tried to delete a member in outline, I get the error message"Deletion of member "Working" failed as member is used in a data form"
    how do you delete a member in outline that is already used in a FORM?
    I guess I will have to do the following steps:
    +Find the object name in the Object table by doing a query – “Where object name = member”
    Write down Member ID of the oultine-member you want to delete
    Go to "HSP_UNIQUE_NAMES" table found in SQL.
    Delete the row.
    Do a refresh
    Then delete that member in the following tables:
    HSP_MEMBER
    HSP_MRU_MEMBERS(System 9 Only)
    HSP_OBJECT
    (no need to do anything in HSP_DIMENSION)
    Go to each form and change the old member name to new member name.
    Can anyone confirm the steps above?

    user8806264 wrote:
    When I tried to delete a member in outline, I get the error message"Deletion of member "Working" failed as member is used in a data form"
    how do you delete a member in outline that is already used in a FORM?Hi,
    You have to remove the member from the form first and then delete the member, there is no point trying to hack the tables as they have constraints on them, so you can't delete a member before it is removed from a form.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to delete a member that was accidently added?

    Hi,
    In our web form designed, users can add additional member to enter budget e.g. new account code, etc. However when users accidentally added some wrong account codes, can we delete the member by users or by admin?
    Our onsite consultants told us that once the member is created, it cannot be deleted unless you perform export/import to remove the item.
    Any quicker way can do that?
    Thanks a lot!

    Alp Burak wrote:
    I think your problem is in more around the basics of the budgeting process than it is around techinical issues if you are letting your users create account codes themselves. This must be controlled by a handful of people in the organization if not 1. I suggest, consider kicking out your consultants from the door next thing in the morning.Sorry maybe my sentence is not very clear. What I mean is that users add some values of budget input based on a new account code. However after some time users found that the input value is not correct and would like to delete the budget value of that account code. But there is no "delete" function in Hyperion Planning to remove the inputted budget value.

  • Deleting a dminesion through rules file.

    Hi ,
    We have a requirement to delete dimensions , before bulding metadata ( for a BSo cube) , so can some one  assist me how to delete the dimensiont hroguh rule file.
    Thanks in advacne

    You can't delete a dimension through a rules file.  Do you mean you want to delete all members before rebuilding the same dimension or actually remove the dimension altogether?
    The only way to remove a dimension is to have a 'template' or 'stub' outline without the dimension and copy it over your real outline (probably after clearing all data).  If what you really want is to rebuild the dimension containing only the members in your source, then the 'Remove Unspecified' dimension build setting can be used.

  • How can I restore Thunderbird behavior so I can delete emails by pressing delete key multiple times (without using mouse to change focus back to message list)?

    Thunderbird 24.3.0 (latest under OpenBSD)
    I (like most people) get spam in my inbox. When there are multiple spam messages in a row in my inbox I used to click on the first message and then press the delete key repeatedly for each sequential spam message.
    After upgrading, this doesn't work. Instead, when I click a message it opens in the message preview pane and moves the focus to the message. Thus I need to click twice to even be able to press the delete key to delete one message. When I press the delete key, the message is deleted and the highlighted message becomes the next one in the list. This opens the message in the preview pane and again shifts the focus to the message. Thus I can't press the delete key again but must move the mouse to click on the message before I can delete it.
    As a result, what used to be a very fast process of weeding through spam has become a real annoyance.
    I realize I can hide the message preview pane to prevent the focus from moving, but this means I must delete solely based on the email subject/sender -- or open each message (which is even slower).
    I also realize that I can press tab multiple times (sometime 4, sometimes many more) to shift the focus back but that's not much faster than using the mouse.
    How can I prevent Thunderbird from shifting the focus away from the email list panel unless I actually click somewhere else?

    Well said! And you said it about six weeks ago. And 4 other people said "Me Too." - I guess we're screwed.
    I guess it's time to switch to GMail.
    Such a trivial thing, but it irritates me every single time.
    MOZILLA - YOU'RE GOING DOWNHILL...

  • Can I "delete" channels so I don't have to flip through them?

    On Comcast I could delete certain channels from my line up - like all the news, religious and foreign-language stations.  Verizon has 10x more of these channels and sometimes I just like to flip through the channels. 
    Is there a way to delete them so I never have to see them?  I can't find an answer in the user guide.
    Thanks!

    NewFiosLover27 wrote:
    I would like to know, if there is anyway I could delete the channels that are not in my AREA? No one at verizon could tell me that, not every area has the same available HD channels. I found out, by researching it online! 
    I would like to know, if there is anyway I could delete them or do the "favorite" list thing?
    Like I said in my reply (above your post) - you can't delete anything from the guide (i.e.. Can't show only subscribed).  The only method is to use favorites (although not reliable to hold your selections) and use "flip by favorites" and there is a guide option to display only favorites.  The latter has a flaw in that the guide no longer wraps around (goes to the lowest channel from the highest channel or vice versa).
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • How can i remove an Service Contract through DI API ????

    Hi everybody,
    when i try to delete an service contract through DI API (2007 PL 47), with method Remove, i receive the following error: "The object does not support this method, or method not implemented yet".
    Somebody know the right way for delete an service contract?

    Hello,
    This is not possible. If you read the help, this describes: Not Supported.
    What you can do:
    Set the Ending to Today or at least the same as Staring Date, or  change the status to terminated or On Hold.
    Best Regards,
    János

  • When in email I can not use the delete key to erase a word

    When in email I can not use the delete key to erase a word.

    Yes, it does.  It is only in my email through Charter that it does not work.  I restored all keyboard shortcuts to the default, but that did not fix the problem.  I have a MacBook Air.
    I called Charter also, who said it was a Mac problem.
    Thank you.

Maybe you are looking for

  • How to combine two text fields from two lines to extend text.

    I am working on a form to enter property descriptions sometimes it takes one and a half lines of text. Is there a way to force the first line of text to continue onto the next text field on the next line with out having to tab? I was wondering if the

  • Complex xml in tree control

    every example you see online is trivial and utterly useless for practical programming purposes...typically you'll see something like this: <mx:XML format="e4x" id="myMenuModel"> <root label="Menu"> <menuitem label="MenuItem A"> <menuitem label="SubMe

  • Logic pro 7 & Korg Triton Pro

    Hi I have a Korg Triton Pro and I am trying to find out how I can configure Logic to see all the sound banks correctly? For the older version of Logic, I downloaded an environment from the Korg website but there is nothing there for Logic Pro 7 and t

  • How do I connect my ipod to a scanner?

    Is there any way I can directly connect an Ipod to a scanner without going through a computer? I would like to take a scanner and Ipot to grandma's house and scann all her photos and I dont want to have to load up my desktop. Any Ideas?

  • Two Firefox Private Browsing sessions are sharing data.

    I launched Private Browsing Firefox session & logged in to gmail then, I launch another Private Browsing Firefox session. This time, again I visit gmail.com & I got logged in to my gmail inbox without authentication even though I am in two different