CSOM/REST API not returning Resource Custom Fields

Can anyone verify that you can access resource custom fields using CSOM or the REST API? I'm finding that even though I have 6 fields that aren't visible. Anyone have any ideas?

I determined that the custom fields need to be set first before they are returned by the API. Is it even possible to set a custom field on a ProjectResource or EnterpriseResource using CSOM or JSOM?

Similar Messages

  • Configure Coherence REST api to return JSON by default?

    I am using the Coherence REST API  against Coherence 3.7.1 as detailed here: Introducing Coherence Rest and Building Your First Coherence REST Application
    Whenever I attempt to access a URL with a key I get a 404 back unless I append .json to the URL e.g.
    http://localhost:9998/dist-cache/0120250663
    returns a 404. But
    http://localhost:9998/dist-cache/0120250663.json
    Returns the object in JSON format.
    Is there any way to configure the REST api to return JSON by default so that the .json does not need to be appended to the URL?

    I guess what I am looking for is the ContainsAnyMatchFilter as described in the thread below, but accessible through the Coherence REST API. Any ideas? Thanks
    Need example for custom ContainsAnyFilter that performs wildcard matches

  • Can we add Resource custom fields into ASSIGNMENT TIMEPHASED CUBE

    Hi,<o:p></o:p>
    <o:p> </o:p>
    We want to add Resource custom fields into
    ASSIGNMENT TIMEPHASED CUBE in project server 2010.<o:p></o:p>
    Is it possible?<o:p></o:p>
    <o:p> </o:p>
    Please help me in this.<o:p></o:p>
    <o:p> </o:p>
    Thanks,<o:p></o:p>
    Sarath<o:p></o:p>

    Once column is for assignment and another one is for Resource.
    Assignment means when you crate a task then assign that task to resource then task become assignment.
    when you will create report in for Resource_skill_resource you will be able to group by or filter resource as per their skill. 
    As far as Resource_Skill_R_Assignment is concerned  you can group by or filter assignment for resource as per their skill 
    Resource CUBE: The
    Resource Non Timephased and Resource Timephased OLAP cubes contain resource data. These two OLAP cubes do not contain any Total fields in common, but do contain several Dimensions in common (such as Booking Type and Resource List).
    Assignment: The
    Assignment Non Timephased, Assignment Timephased, MSP
    Portfolio Analyzer, and MSP
    Project Timesheet OLAP cubes contain assignment data. Each of these OLAP cubes includes many
    of the same Total Fields (such as Actual Cost, Actual Overtime Cost, Actual Work, and Actual Overtime Work) and many of the same Dimensions (such as Assignment Owner and Project List)
    kirtesh

  • MS Project 2013 - Issue with Resource Custom Fields

    When I use “Resource Custom Fields”, (Number type) the formula do not work. Moreover the “Calculation for task and group summary rows” options do not work (be it sum, average or any other option). Any information regarding this will really be
    helpful.

    No, what I mean is that data you enter into the Number1 field added in a Resource view (Resource Sheet for example) will not show the same data as the Number1 field added in a task view.  See FAQ51 at: http://project.mvps.org/faqs.htm
    If you are seeing the correct data in the Task view, you can try applying the built-in Resource Group - but the issue will be that you will not see the total per resource.  For example - if Resource1 and Resource2 are assigned to one task and then Resource2
     and Resource3 are assigned to another task, you won't see the individual details for Resource 2.

  • Transfer OTL to Payroll is not working for Custom Field Values

    Hi,
    We have Extended the Payroll and Project layout in OTL to include custom fields.
    Now linked the fields to Element entries input values.
    The issue happens when a retro batch is processed and transfered to Payroll the input values are not getting pulled properly.
    i.e. The retro batch creates a positive value for the new retro entry and a Counter negative value for the old record.
    Only in the case of Negative value, the issue is happening. For the positive value it is pulling the record properly from the custom fields.
    Can you please let me know, how to debug the same.
    Also this issue happens randomly not all the employees are facing this issue.
    Thanks,
    Raja Rajan

    Hi Rsn,
    just check the put this code in
    1st way--
    jjust import the api in your custom Action class
    import com.sap.isa.core.logging.IsaLocation;
    private final static IsaLocation log = IsaLocation.getInstance(ZcustomeAction.class.getName());
    then
    log.error("value"+value);
    in this  way you can debug the code...if not possible thenn...
    you can write...
    System.err.println("value"+value);
    you can also try to this  way..i think it will work now
    Thanks
    Jati

  • GET_V Method is not called for custom field

    Hi,
    We are using CRM 7.0
    I have enhanced component BT120H_CPL and added custom fields into view Details with AET. I am trying to implement search help which depends on another field. I have created V-GETTER for my field and tried to implement search help in this method. However, this method is not called in the program scope.
    I have debugged the application and result is :
    V_GETTER method GET_V_ZZAFLD00000D is created in class ZL_BT120H_C_DETAILS_CN00. It should be called from GET_V_S_EXT method but this method is called in class CL_BT120H_C_DETAILS_CN00 and exception occurs since GET_V_ZZAFLD00000D doesnu2019t exist in class CL_BT120H_C_DETAILS_CN00.
    I tried similar scenario : add search help to existing field of another component. However I couldnu2019t able to run GET_V method again.
    ( It works when I write search help id in the AET but in this way I cannot pass import parameter to it )
    Is there anything I am missing ? Thanks in advance for helps.
    Regards
    Abdul.

    Hi,
        Then, the next possible thing is checking the "enhancement set". Press F2 keeping the cursor on any field and check if the view is showing up as enhanced. Find this information under "Active Enhancement set" in the popup details. If this does not happen, then your enhanced view is not being used. You may want to check the COMPONENT_LOADING BADI if you are using more than one assignment set. You may also want to look at this WIKI.
    [http://wiki.sdn.sap.com/wiki/display/CRM/HowToEnhanceaWebUIComponentinSAP+CRM]
    Regards,
    Arun Prakash

  • API Not returning all RTMP ingest endpoints

    The web portal shows both URLs for RTMP
    rtmp://etcetc.channel.mediaservices.windows.net:1935/live/...
    rtmp://etcetc.channel.mediaservices.windows.net:1936/live/...
    but the API (ex - myChannel.Input.Endpoints) only returns a single one (...:1935).
    Any reason why the web portal and the API don't return the same info?

    Hi,
    According to your post, my understanding is that Search is not returning all STS_Web.
    You need to set the Trim Duplicates to false, please follow the steps as below:
    Export the Search Results Web Part from your page.
    Open the .webpart file in your favorite editor.
    Search for “Trim Duplicates”, you will find it as part of the DataProviderJSON property.
    Set the Trim Duplicates property to
    False.
    Upload the web part.
    Add the web part to your page.
    More information:
    SharePoint Online Search Results Duplicates “Trap”:
    http://www.hartsteve.com/2013/07/sharepoint-online-search-results-duplicates-trap/
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • EEWB enhancement -Zfields not visible in Customer Fields in CRM online

    Hi there,
    I've run an EEWB enhancement to add some new fields to Service Process - it seemed to work correctly
    and the fields have been correctly added to BTADMIN_H.
    I was also able to add them to WebUI screens (as was the requirement) and they function correctly.
    I then noticed that the fields are not available to view/edit in "Customer Fields" TAB in SAP online (CRMD_ORDER
    transaction), when I create a new service process(complaint).
    when I went to regenerate the EEWB, I noticed that many report/screen/table entries that normally appear on the log of data generated by the EEWB were missing (in comparison to previous EEWBs). I redid it a few times, but with no success.
    Any suggestions, please, on how to solve this?
    Thanks,
    David.

    Hi,
    That is because in EEWB you might have used some other object other than COMPLAINTS.
    If you want your field to come in GUI as well then may be you need to delete this EEWB extension and create a new one.
    Also check other Business Transaction like activity opportunity may be the that new field is coming in those transactions if you have choosen Bus. object as BUSINESS_ACTIVITY or BUSINESS_TRANSACTION in EEWB.
    Regards,
    Shobhit

  • Fetching Form Data... does not return form's field list to edit

    I have a Portal Form based on a view. It works fine if I run it.
    Suddenly I am unable to edit the form field properties:
    1) In the application list, I do not get run option for the form.
    2) If I go to manage and edit, "Fetching Form Data..." does not return the list of fields, so I am unable to change field properties.
    3) I can still run the form.
    Please help, I need to fix this within hours.
    Thanks in advance.

    I think I know what causes the error. Whenever I use HTML tags inside the Display Options/label text box I get this error.
    I have tried <p align="right">xyz</p> and <h4 align="right">xyz</h4>. In both cases I can run the form the first time and the label appears right justified, but when you try to edit the form, bottom left shows "error on page" and field data does not show up.
    To fix this I had to go to the version before I added the HTML tags to the label.
    Thank you for your help.

  • Check table not working for custom field in tcode CAT2.

    Hi Guys,
    I have created a ZCITY table for Plant which has below  3 field
    Code (5 Char) u2013 Key field
    Spras (2 char ) Language u2013 Key field
    Description (40 Character)
    I have added a custom field ZZCITY in CI_CATSDB  with check table as ZCITY.
    Now in tcode CAT2, when I enter the city code (eg. 12345) thru keyboard. 12345 does not exist in table ZCITY.
    System is not giving any error message.
    How I can I validate the input data using check table.
    Thanks,

    HI
    At the Domain Level of field ZZCITY enter the VALUE TABLE field in the Value Range Tab of the Domain.
    Cheers & Happy Diwali
    Ram

  • Sharepoint angulr REST API update file item userd field property

    Hi All,
    I'm working on a project using SharePoint with angular to upload files to document library, for now every thins is working fine and good but when updating the related item fields I was using JSOM its work but it increase the version # of the file which is
    not acceptable to the client I found a solution to update the fields using REST without increasing the version # but the problem am facing now updating a user field it does not take the value it go to the success function but the field not set
    here's my code
     $scope.updateMetadataNoVersion=function(fileUrl) {
        var fld=$scope.SelectedFolder.replace(_spPageContextInfo.siteAbsoluteUrl, "");
           var restSource ="";
            if(fld.replace("lists/DepartmentDocuments","")=="")
           restSource = currentWeb.get_url() + "/_api/web/lists/getbytitle('DepartmentDocuments')/rootfolder/files/getbyurl(url='" + fileUrl + "')/listitemallfields/validateupdatelistitem";
    else
           restSource =  currentWeb.get_url() + "/_api/web/getfolderbyserverrelativeurl('"+fld+"')/files/getbyurl(url='" + fileUrl + "')/listitemallfields/validateupdatelistitem";
            var dfd = $.Deferred();
            $.ajax(
                'url': restSource,
                'method': 'POST',
                 'data': JSON.stringify({
                    'formValues': [
                        '__metadata': { 'type': 'SP.ListItemFormUpdateValue' },
                        'FieldName': 'ShareWith',
                        'FieldValue': '24'
                    'bNewDocumentUpdate': true,
                    'checkInComment': ''
                'headers': {
                    'accept': 'application/json;odata=verbose',
                    'content-type': 'application/json;odata=verbose',
                    'X-RequestDigest': $('#__REQUESTDIGEST').val()
                'success': function (data) {
                    var d = data;
                    dfd.resolve(d);
                'error': function (err) {
                    dfd.reject(err);
                    console.log(err);
            return dfd.promise;
    any help please im search about this since 3 days with no success
    Thanx in advance
    khatib7

    Yes, your correct. The validateupdatelistitem method does not work with Lookup values. You will have to use the standard way of updating the list item via REST but it will increment the version. I agree with you that many customers want to upload files and
    set data without creating 2 versions.  This is how SharePoint upload works. However, the only way to do this with REST is to use the validateupdatelistitem method.
    You can make a request for this to be added to SharePoint at User Voice:
    http://officespdev.uservoice.com/
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Open Hub 3rd party tool - API not returning data table

    I am implementing a 3rd party tool to get data from BI using the Open Hub Service.
    I have my server running and the API functions are working somewhat, but I have two problems.
    When I get notified by BI (RSB_API_OHS_3RDPARTY_NOTIFY), the REQUESTID field is always 0. Why? This should be the request id of the Data Transfer Process; I can see this id in BI.
    The second problem is when I make the call to read the data (I hard code the request ID), everything comes back fine, except the table is empty. I know it's not empty because the DTP said it create a table with many rows and I can see them in BI. Why is the table empty?
    Any help is appreciated. Thanks.
    Tim
    PS: I'm using SAP JCo to implmenet the server and the API. And I'm using BI 7.0.
    Edited by: Tim Wise on May 17, 2008 4:58 PM

    I am not sure I should continue: I am not an expert with the use of these API - in fact I have never used them:-)
    This is in case the discussion would help you:
    My understanding is that the 'green' status is the status of the 3rd party tool.  Only when the 3rd party sets a 'green' status will extraction proceed.  The third-party can choose to stop extraction by setting a 'red' status.
    See the link below:
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/8dea54c4e273e2e10000000a1553f6/content.htm
    Guess all these APIs are geared for automatic processing - another link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/59/90070982d5524b931ae16d613ac04a/content.htm
    RSB_API_OHS_3RDPARTY_NOTIFY:  This function module has no source code - the code needs to be implemented in the 3rd party tool to do whatever is required with the parameters provided.  The import parameters required have to be supplied to it.
    That's it, I am retiring:-)
    Mathew.

  • Upload document to Temp Folder using Rest API not working

    I am using Poster in Firefox to upload an xml document to document Temporary Folder. Response I'm getting is 400 Bad Request. Is this a problem with Poster not supporting file upload to UCCX or are there parameters i'm missing for this?
    Url=http://<uccx fqdn>/adminapi/document/uploadFile
    User Auth=Administrator user
    File=xml file stored on my computer
    Content Type=multipart/form-data
    Action=POST
    Everything else is blank.
    Response
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?><apiErrors><apiError><errorData>Bad Request</errorData><errorMessage>The request could not be understood by the server due to malformed syntax</errorMessage><errorType>400</errorType></apiError></apiErrors>
    Finnur

    query = "Select SI_ID,SI_NAME FROM CI_INFOOBJECTS "                             
                                   + " where SI_ID='" + SelectedReportDetails.Rows[i]["ID"].ToString() + "'";
    Change this to a Select *...     Since your only bringing back Si_ID and Si_Name..  your not bringing back other properties it needs to make a successful copy..

  • Why does the Database Connectivity Toolkit not return my text fields?

    I'm running LV 8.2.1 and have the Database Connectivity Toolkit.
    My database is served by MS SQL Server 2005.  The table looks like this:
    <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">dbo_Test
    dbo_Test
    ID
    Text
    1
    abc
    2
    def
    3
    slkdfj
    4
    owierlkjsdf
    5
    soiwuers
    A snapshot of my vi block diagram is attached.
    A snapshot of my vi front panel is attached.
    Where is the text?
    Attachments:
    vi.jpg ‏75 KB
    vi-fp.jpg ‏53 KB

    kc64,
    I don't think I completely understand the problem.  Can you go into more details of exactly what is the issue you are experiencing?
    Mark
    LabVIEW R&D

  • How to fetch all the contact fields using Office365 REST API

    When I request for Contacts using webservices URL, Office365 returns only some specific fields (even though contact record has lot more fields). Is there any way so that I can fetch all the fields in contact record?

    Currently the REST APIs are limited to the fields you see now. We're constantly working to add more features though, so that might come in the future.

Maybe you are looking for

  • Belkin USB Switch

    How do I get my Belkin USB switch (F1U201) to work with OSX Lion?  It worked with Snow Leopard, but not Lion.

  • Payment error credit card doesn't match records?

    I can't update my apps. Keep getting error code saying credit card doesn't match bank records or doesn't match card on file?

  • QT broadcasting question.

    Hi all ! How many simultaneous connections xserve can handle while broadcasting live video ? Is there some comparison charts with bandwidth, bitrates, connections etc. with different xserve models ? Thanx in advance.

  • Finder taking large percent of cpu

    My 2012 MacBook Pro fan was running for hours.  I checked activity levels of the CPU and found the finder to be the culprit.  I closed the window and the fan stopped running wild in a few minutes.  I turn the finder back on and the fan is now startin

  • Can't open iPhoto since downloading Yosemite

    Just downloaded Yosemite. Now iPhoto will not from dock icon.  What do I do?