Bulk Edit for Metadata Group, Field, Lookup, Responses and Subscriptions

Hello,
Has anyone been able to bulk edit custom configurations in FCSrv Administration window (of course not IN administration window, but as it was editing there).
In other words: Let say that I have a custom configuration of Metadata Groups, Fields, Lookups, Subscriptions and Responses and I want to implement that in lots of FCSrv systems.
Another situation: I`ll upgrade my hardware and want to re-install FCSrv but I don`t want to loose all my configurations.
I`ll have to manually input each configuration? It`s possible to update just a file(s)?
I know that the backup from FCsvr does this, but its used for DB Backup and not Preferences. I do not want to restore or backup the DB.
Replacing this files (or some of them): com.apple.FinalCutServer.profile.plist and postgresql.conf do the trick?
Regards

As is usual with the world of programing the answer turned out to be ridiculously simple! In the Elements.xml file for the button the javascript that launches the dialog with SP.UI.ModalDialog.showModalDialog was always using the top level site to get the
custom ASPX page. Doh! Adding the _spPageContextInfo.webServerRelativeUrl in front of the path to my custom ASPX page did the trick. None of this was noticeable to me since the code was loading fine in debugger and I could see that it had the correct SPWeb
because I was passing in the webURL as a parameter in the URL for opening the dialog. But when the ASPX was loaded I just got the labels.
var url = webUrl + '/_layouts/15/Generic.BulkEdit/BulkEdit.aspx?selectedItems=' + selectedItemIds + '&ListId=' + listId + '&WebURL=' + webUrl;

Similar Messages

  • Can not update Term value for metadata columm field to empty

    Hi ,
    I have created a TermSet for Sitecollection and created Managed metadata column called Delivery linked with the Term (onsite , online, etc..)  in the Term set . If i try to update the Term Value for Metadata Colum  field to
    blank ( e.g remove onsite so it has blank value)  then click Save , it does not save the blank value it reverts back to the original value set for that metadata field.  The metadata column is set "not to require to contain information" 
    & do not force unique value
    Any idea
    Thanks
    mp

    Hi,
    I understand that you want to change a metadata column to be blank. I cannot reproduce your issue. I can set the managed metadata column to blank as expected. Can you reproduce this issue with another managed metadata column? Or does this happen to the only
    managed metadata column?
    Here are my steps to achieve this:
    Open the root site of the site collection in browser.
    Click Site Actions> Site Settings.  Click Term Store Management under Site Administration.
    Created the term store. Then create a managed metadata column to use this term store(have tested this column with both list and library).
    Set "not to require to contain information"  & do not force unique value &Allow fill in value& Don’t specify a default value.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Need to create Enterprise field, LookUp Table and PDPs programmatically

    Hi,
    Please suggest how i can create Enterprise field, LookUp Table and PDPs, Workflow Stages, Phases programmatically for Project Server 2013. Any resource / blog link will be really be helpful.
    I searched google but most of them are for PS 2010
    Regards,
    Ankit G

    By Enterprise field i am assuming you mean Custom Field.
    The Google/Bing results for PS 2010 is referring to the PSI model. This model can still be used for Project Server 2013 OnPremise installations, but not for Project Online.
    The question is how do you want to create them/which technology do you want to use. you can program Agains the Project server through the PSI API, the CSOM API, the REST interface, Javascript and VBA code.
    I am gussing you want to create an application that uses C# therefore i will suggest to use the PSI or CSOM API.
    PSI is the old model, but is still supported in PS2013.
    The CSOM is the new model and only Works in PS2013 and comming versions.
    A great reference you should download is the Project Server 2013 SDK:
    http://www.microsoft.com/en-us/download/details.aspx?id=30435
    I am guessing you are new to Project Server programming so i will suggest you go with PSI as it has the most documentation.
    PSI:
    Getting started:
    http://msdn.microsoft.com/en-us/library/office/ff843379(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee767707(v=office.15).aspx
    Create Custom field:
    http://msdn.microsoft.com/en-us/library/office/websvccustomfields.customfielddataset.customfieldsdatatable.newcustomfieldsrow_di_pj14mref(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/gg217970.aspx
    Setting custom field values:
    http://blogs.msdn.com/b/brismith/archive/2007/12/06/setting-custom-field-values-using-the-psi.aspx
    http://msdn.microsoft.com/en-US/library/office/microsoft.office.project.server.library.customfield_di_pj14mref
    Lookuptables are the same procedure:
    http://msdn.microsoft.com/en-us/library/office/websvclookuptable_di_pj14mref(v=office.15).aspx
    Workflow phases/stages:
    http://msdn.microsoft.com/en-us/library/office/websvcworkflow_di_pj14mref(v=office.15).aspx
    PDP's:
    PDP's have to be created through the SharePoint interface as Web Part Pages. I havn't tried this.
    I think you want to do this in a backup/restore scenario. In this case you might consider the free tool Playbooks:
    http://technet.microsoft.com/en-us/library/gg128952(v=office.14).aspx

  • Authorization restriction for material group field in MM02 for user role

    Dear All,
                 My client wants to restrict 'material group' field usage in MM02 for certain users.
                 How to achieve this task?
                 Kindly advice
    Thanks &Regards
    Thangavel Ganesh

    Hi all ,
    You can use authorization object advised by AKPT MM. For related transactions , you can benefit from MM Related Authorization Objects - How to Find out & Assign , thanks to Sudeep A
    Regards.
    M.Ozgur Unal

  • What is reason  for authrorization group field not showing in FD01 tocde

    Hi,
      The authrization group is showing  under Control data  when i am creating the customer manually by using the tcode FD01.but when i am creating the customer through BDC program  by using same tcode its giving the error message
    error message is aurization group( Field KNA1-BEGRU. does not exist in the screen SAPMF02D 0120  ).
    can any body  help on the above issue if knows.

    perhaps check field-sttuas of your account group
    tcodes: ob23 and obd3
    Message was edited by:
            Andreas Mann

  • PSI Bulk Project update on Custom Field lookup tables.

    Using PSI Is it possible to update project custom filed which has a lookup table. I tried but it throws the following exception
    An unhandled exception of type 'System.Web.Services.Protocols.SoapException' occurred in System.Web.Services.dll
    Additional information: ProjectServerError(s) LastError=CICOCheckedOutInOtherSession Instructions: Pass this into PSClientError constructor to access all error information
    Any Idea on this.
    VIKRAM

    Hello,
    If you are trying to update the lookup table values, see this PowerShell example:
    https://gallery.technet.microsoft.com/Update-Server-Lookup-table-bb1ae14f
    Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS |
    MVP | Downloads

  • '$P_CRM' is undefined Error while opening Lookup field in Bulk edit form in CRM 2013

    Hi All,
    I am getting this strange error in MS CRM 2013
    When I do bulk edit for any entity , I select 2-3 records and click on Edit , the Bulk edit form opens
    then whenever I clicks on any field which is lookup type It does not open , after debugging with F12 developer tool
    I am getting this error.    "'$P_CRM' is undefined"
    I have MS CRM 2013 on premise , Service Pack 1 Update Rollup 1 installed and using IE 11.
    Any Idea
    Regards,
    Vilas
    Vilas Magar http://microsoftcrmworld.blogspot.com/

    Few questions that might help us to identify issue:
    1. Have you enabled Social Insight  ? If yes can you try bulk edit on entity which don't have social insight enabled and confirm if it repro there?
    For more information on how to enable Social Insight :
    http://technet.microsoft.com/en-us/library/dn659847.aspx
    2. When you close bulk edit form are you getting script error dialog? If yes can you share that error log reports?

  • Allow only changes in specific Metadata Group

    Hi,
    I have users that are only created for the duplicator we are using.
    I would like them to browser all items we have but cannot make changes to any of them - except one Metadata Group that I have created (in this group there are relevant status informations about duplication - as these accounts will be used by many different users I do not want them to be able to do too much..)
    "duplication" is an own group with the users in there, I have also created a new Permission Set "duplicator" and assigned it to the group. But in the "Trait Permission" tab of the Permission Set it does not let me "Inherit / Permit / Forbid" for my Metadata Set?
    Is there any way to solve this issue?
    thanks
    tobi

    Tobi:
    I'd start with creating a clone of the Review permission set then set Forbid to Edit Details for metadata group you'd like to restrict.

  • REG : HTTP header fields (Synchronous response)

    Hi All,
             Can anyone please explain the advantage of using this function in the receiver HTTP adapter( ie
    "Set adapter specific message attribute -> HTTP header fields (Synchronous response)")
    and how this can be implemented?
    Thanks in Adavnce,
    Siva

    >
    sivarama krishna wrote:
    > Hi All,
    >
    >          Can anyone please explain the advantage of using this function in the receiver HTTP adapter( ie
    > "Set adapter specific message attribute -> HTTP header fields (Synchronous response)")
    >  and how this can be implemented?
    >
    >
    >
    > Thanks in Adavnce,
    > Siva
    from help:
    If you want to save HTTP header fields from the synchronous response in the XI message header, choose HTTP Header Fields (Synchronous Response) and enter the fields in the fields Field 1 to Field 6.
    The fields must have the same names as the fields that are also to be sent in the HTTP response.
    The technical names of the fields are HeaderFieldOne,...,HeaderFieldSix.
    this means that in case you look to access the header of the response message of a sync http you can use this ASMA.
    the implementation will be in your response mapping, using dynamic configuration - /people/shabarish.vijayakumar/blog/2009/03/26/dynamic-configuration-vs-variable-substitution--the-ultimate-battle-for-the-file-name

  • Expression for runing total for a group tablix not reporting properly

    Hello,
    I have this expression in my report
    =Previous(RunningValue(Fields!Amount.Value,sum,"Group Name"))
    But when I run the report the running total still runs to the next group.
    Please hoe do I resolve this.
    Thank you
    Akintayo Kemi

    Hi Akintayo,
    According to your description, you want to get previous total for the data fields Amount. And you don't want the previous total value jump to next group. Right?
    In this scenario, we can add a condition to make the value in the first row of each group to be null. Use the expression below:
    =IIF(Fields!Amount.Value=First(Fields!Amount.Value,"Group Name"),nothing,previous(RunningValue(Fields!Amount.Value,sum,"Group Name")))
    The result looks like below:
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Schudule line date for delivery group

    HI
    can you please tell me how schudule line date is copied in to delivery group in an order (schudule line date for delivery group  is in shipping tab in a order)
    how the schuduleline date is going to be determined on "schudule line date for delivery group" field. while processing order.
    where the configuration should be d

    Where is this Delivery Group displaying in the Sales Order ..As per the Path mentioned by you , there is no such Delivery Group over there.
    Best Regards,
    Ankur

  • Adding ssrs chart for each group under group footer

    Hi,
    I have requirement of report design, user has ability to select single or multiple product name in parameter and it should display column headers for each group and chart for each group (product name). 
    Report Design
    ProductName: A
    Category JAN
    FEB MAR
    Sales 10
    12 15
    Budget 20
    20 20
    Chart Here
    ProductName: B
    Category JAN
    FEB MAR
    Sales 10
    12 15
    Budget 20
    20 20
    Chart Here
    I want to repeat this for all products.
    Please anyone can provide steps to how to achieve this design?

    Hi Srikanth,
    According to your description, you want to design a tablix to display header and chart for each group in its group header and footer. Right?
    In Reporting Service, when we add header and footer for a group, the header row and footer row are still within this group. Anything we put in these two rows will be grouped. For your requirement, we created a sample report in our local environment. Here
    are steps and screenshots for your reference:
    1. Create a matrix. Columns are grouped by month. Rows are grouped by ProductName (with group header and footer).
    2. Put the text/field of the first row into the group (ProductName) header. Delete the header row of matrix (the first row), select Delete rows only.
    3. Insert a chart into the group footer. It looks like below:
    4. Add a parameter for filtering data. Save and preview it looks like below:
    Reference:
    Understanding Groups (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Creating process for multiple Date fields for update or insert in APEX

    hello there,
    could someone please help me?
    i have a form on Apex based on view that is based on three tables and updating and inserting ok using trigger instead of.
    i have a problem now as in my form i have around 75 fileds (items) incuding 30 or more date fields which could be populated or left blank or update later.
    so for each date field i have two boxs; one for date, input as dd/mm/yyyy (text field) and second for time, input as 23:45. All dates will be insert or update manually by user. so as i mentioned not all date fields could be poulated at one stage.
    so i have created some process and validations and all of them work fine but i came accross if date left blank then (:) giving me problem so i have done following further process for each date field. In real table all the date fields have data type date.
    declare
    v_my_var date; -- for first date field
    str_dy VARCHAR2(10);
    dt_indx date;
    str_tm VARCHAR2(20);
    tm_indx date;
    begin
    str_dy := :p4_first_date
    str_tm := str_dy||' '||substr(:p8_first_date_hh,1,2)||':'||substr(:p8_first_date_HH,4,2);
    dt_indx := to_date(str_tm,'DD/MM/YYYY HH24:MI');
    IF str_dy is not null then
    v_my_var :=dt_indx;
    ELSE
    v_my_var := NULL;
    END IF;
    update table 1 set my_date = v_my_var where d_id= :p4_d_id;
    end;
    above code work fine but one date field of course therefore i have to do same code for each date field with changes and initialise variable again and again for each field.
    so i like to ask is there any easy way that is more professional. i was thinking about the procedure and using collection or similar but honestly not much experience on that so could some one please help me?
    I will be very thankful.
    KRgds

    Hi,
    You can do the needful by re-using the code if you can give the item names as P8_DATE1, P8_DATE_hh1, P8_DATE2, P8_DATEhh2 etc..So your item name just differs by a sequence.
    Now you write function which will return desired date value taking above items as input. Pass item names to this function, get session state using APEX_UTIL.GET_SESSION_STATE('item_name') API.
    Now modify you code as
    FOR i IN 1..30
    LOOP
    v_date_array[i] = f_get_date('P8_DATE'||i, 'P8_DATEhh'||i);
    END LOOP;
    ....Now you have all date valus in array. Just write one update as follows
    UPDATE  TABLE1
    SET date1 = my_date_array[1], date2 = my_date_array[2]..
    WHERE ....Hope it helps :)
    Cheers,
    Hari

  • Why is the download "Not applicable" for my online purchase of Adobe Captivate 8 Student and Teacher Edition for Mac?

    I purchased “Adobe Captivate 8 Student and Teacher Edition” for Mac on 7/31/14 and it is now 12/17/14 (only 5 months later) but it is showing as “Not applicable” when I go to download (maybe re-download) the program. I understood that I would be able to use the application on 2 computers, one at home and one at work. I think I’ve downloaded the program at home one time but have yet to install and activate it. I now have a new computer at work that can support that program and want to install the program on my office computer, but cannot download it again. Please advise.

    It seems like that you have purchased a subscription for Captivate 8. In subscription you do not require any serial number. Subscriptions are activated on the basis of your Adobe Id. When user will install Captivate he has to sign in with the same Adobe Id under which they bought subscription. It will get activated after successful sign in during the installation.
    As far as the installer is concern there is no difference in the trial version installer or purchased version installer. The installer is same for trial and purchased copy. All user needs to do is sign in during the installation if it is a subscription or use his serial number if it is a perpetual license or volume license.
    You may download the trial version from the link mentioned above and then use your Adobe Id to activate the subscription.
    Please let me know in case you need any further information.
    Regards,
    Rajeev.

  • Choose CAF source for metadata???

    Hi,
    I’m trying to create my second CAF Application on NWDS 7.0, after a successfully first application.
    Everything looks fine; I’m able to create Entity Services, Application Services, Generate All Project Code, Validate, Build and Deploy to J2EE Engine, and all, with success. The problem is when testing the developed Application Service.
    Clicking with right button of the mouse on the developed Application Service, and selecting Test, it opens an Internet Explorer window, pointing to the URL http://localhost:50100/webdynpro/dispatcher/sap.com/cafUIservicebrowser/ServiceBrowser?cafsource=true&service=sap.com/test/testeapp, after logon with administrator, it shows a screen displaying:
    “Choose CAF source for metadata or define ABAP parameters and choose ABAP source: …”
    I’m selecting CAF Source button, but an error message saying “Error when getting service façade: Service Manager Initialization failed illegal argument exception: Unable to create javax.ejb.EJBObject” are begin displayed.
    What’s wrong? After this, I can’t even test again my first CAF Application. It looks like metadata database of CAF, have been corrupted.
    How can I restore the system without having to install NW04s again?
    Thanks and Regards,
    Paul Croft

    Hi,
    Once again, thanks for the explanation, but maybe i didn't explain well.
    After installing NW04s Sneak Preview, i was able to create and Test a CAF Application (Betting Pool example from SDN), with success.
    Then tried to create a new one myself, similar to the previous one, and was able to compile, generate code and deploy with success, but when trying to test the entity service, a screen displaying “Choose CAF source for metadata or define ABAP parameters and choose ABAP source: …” appear.
    Since there, i’m not able to test any CAF application, even the first, which already worked.
    This means that after deploying the second application, something gets corrupted. What is what I’m trying to find out?
    I confirmed, CAFAdmin and CAFUIAdmin roles are configured has expected, even because the first CAF Application already worked.
    Thanks and Regards,
    Paul Croft

Maybe you are looking for

  • Adobe Printer Error 20225 - please help!

    I am not able to print to my adobe printer.  The box opens to save it, but once I hit print, I get the message "Error 20225 Unable to Create Adobe PDF Port & Printer".  How do I fix this? Is there a download available that I'm missing?

  • Http == SOAP without envelope

    Any comments on the assumption that SOAP is nothing but an enhancement of the HTTP protocol with an envelope? In other words what payload you can send using http receiver adapter, you can achieve the same using SOAP envelope without envelope with hea

  • Lock the BT field though system status

    Hello, we need to lock all the field in our contract(ZTA) all the time, even if the contract changes user status(E0002  --> E0003, E0004...). Is there any system status to avoid to modify the fields at header and item level? And even at the first sta

  • ORDERS05 Billing Block (FAKSK) not LIFSK

    Hey All, I'm having some issues creating a billing block on my inbound ORDERS05 document. While the E1EDK01 segment does have a nice LIFSK available for a delivery block it does not have a FAKSK.  So, I thought, no problem, I'll just use exit VEDA000

  • Unable to Connect Wireless AP to Mifi 4G LTE

    Hello Everyone, Scenario: I have 2 wireless enabled laptops and 1 network printer are needed to connect to the internet. I have a TP-Link WL TL-WA5110G 54Mbps (Wireless Access point router) that I am trying to connect to the 4G LTE. http://www.tp-lin