Site level variables

I am creating a SharePoint site collection that will house sites for client portals (one site per client). What I would like to do is create a template site that has a couple of key variables (i.e. a client ID, client name, etc) that can be accessed from
apps and webparts. Some examples would include:
1. Search list from another site collection using the content search web part
2. Display the client name on InfoPath forms
3. Set the default value of a list column
When I create a new site from the template for a new client, I would then update the site-specific variables in the site to reflect that client without having to change individual web parts or apps within the site.
Is there a recommended way to do something like this?
In other posts, I have seen reference to the Property Bag and managing it in the Central Administration -- is this functionality available in SharePoint Online?

Hi,
According to your post, my understanding is that you wanted to get client name.
You  can use JavaCcript to dynamic assign InfoPath. For more information, please refer to:
Get the computer name to pre-populate a field on a form
You  can also get client’s machine name using smartpart user control in SharePoint. Please refer to:
Code Snippet: How to get client machine name?
Regarding SharePoint Online, for quick and accurate answers to your questions, it is recommended that you initial a new thread in Office 365 forum.
Office 365 forum
http://community.office365.com/en-us/forums/default.aspx
Best Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Setting Site Level Variables

    I am creating a SharePoint site collection that will house sites for customer portals (one site per customer). What I would like to do is create a template site that has a couple of key variables (i.e. a customer ID, customer name, etc) that can be accessed
    from apps and webparts. Some examples would include:
    1. Search list from another site collection using the content search web part
    2. Display the customer name on InfoPath forms
    3. Set the default value of a list column
    When I create a new site from the template for a new customer, I would then update the site-specific variables in the site to reflect that customer without having to change individual web parts or apps within the site.
    Is there a recommended way to do something like this?
    In other posts, I have seen reference to the Property Bag and managing it in the Central Administration -- is this functionality available in SharePoint Online?

    Hi,
    In SharePoint Online, we can’t create a farm solution to achieve managing site variables in the Central Administration.
    We can use Client Object Model to set property bags.
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/af0772ce-c326-44f6-a60a-9760564c78fc/setting-property-bags-using-client-object-model-persistence-problem?forum=sharepointgeneralprevious
    We can also use a list to store some variables and read data using REST API or Client Object Model in SharePoint Online.
    http://msdn.microsoft.com/en-us/library/office/jj164022(v=office.15).aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Questions on XML Publisher/Site Level Configuration

    We are using BI Publisher 5.6.3 in EBS 11i. I am looking for guidance on setting the FO Processing properties.
    On the Administration/Configuration Tab there are no values visible for a number of the FO Processing properties including:
    Use XML Publisher's XSLT processor
    Enable Scalable feature of XSLT processor
    Enable XSLT runtime optimization
    Also, there are no entries in xdo_config_values table. Does this mean that site values are set to default? And if so, are these the correct values for the defaults?
    Use XML Publisher's XSLT processor - TRUE
    Enable Scalable feature of XSLT processor - FALSE
    Enable XSLT runtime optimization - TRUE
    If these are in fact the defaults, I have read in numerous threads that setting 'Enable Scalable feature of XSLT processor' to TRUE can help with performance. Does this only work if the XML is large, or will it also help if you have very complex .rtf templates (multiple levels of dynamic grouping, pagebreaks, nested tables, sums, etc.)? If the complexity is in the .rtf template itself, is it best to set this property 'Enable Scalable feature of XSLT processor' at the template level? When would it be best to set at the site level? At the data definition level?
    I've tried changing this property on a few templates and the outcome doesn't seem predictable. In some cases it seems to improve performance and in other cases there is a decrease in performance. I can't seem to pinpoint why it works in some cases and not others.
    Any additional information would be appreciated.
    Thank you for your help,
    Tam.
    Edited by: Tam_11 on May 11, 2010 3:09 PM

    Hi Nabendu.
    BI publisher does have the option of showing a running total in PDF format usign a RTF template. If you look up the advanced rtf samples provided with the BI publisher plugin there is one example to show running totals, with the previous page total at the top.
    you can find this located on your PC where the Word Plugin is installed. C:\Program Files (x86)\Oracle\BI Publisher\BI Publisher Desktop\samples\RTF templates
    replace C:\ with the drive leeter of the drive where your desktop plugin is installed
    Hope this Helps,
    Domnic

  • How can I use Server level variables in a business model based report

    hi gems..
    I have declared one server level variable in the BI Analytics repository.
    Now I have made one business model based report.
    In one column I want to use that server level varible.
    I go to the formula tab of that column and then clicked on variable--> session --> put the name of the variable and click ok.
    But when i viewed the report, it is not showing the dates, rather it is showing the date format I chosed i.e DD-MMM-YYYY.
    please help..

    actually the previous problem got resolved...
    Now when I am trying to apply a filter on a particular column using that server variable, then it is showing that the varible has no value definition.
    I have clicked on the filter tab of that column-->add-->variables-->session variables-->then I put the name of the variable-->click OK.
    the following error is comming-
    Error Codes: YQCO4T56:OPR4ONWY:U9IM8TAC:OI2DL65P
    Odbc driver returned an error (SQLExecDirectW).
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 23005] The repository variable, Variable_name, has no value definition. (HY000)
    I have made that server variable from manage-->variables-->(right click) create new initialisation block-->gave the name and wrote the query and aslo gave the connection pool name and test that and it worked fine..

  • Bank Account at Supplier Site Level in R12

    Hi,
    I have a requirement to create bank account at supplier site level. This is part of the conversion.
    I have been testing with the below code
    DECLARE
    l_extbank_rec iby_ext_bankacct_pub.extbankacct_rec_type;
    l_vendor_site_id NUMBER (10) := 704;
    l_party_site_id NUMBER (10) := 42458;
    p_org_id NUMBER (10) := 11665;
    l_account_id NUMBER (10);
    l_return_status VARCHAR2 (2000);
    l_msg_count NUMBER (5);
    l_msg_data VARCHAR2 (2000);
    l_response iby_fndcpt_common_pub.result_rec_type;
    BEGIN
    --l_extbank_rec.  bank_account_id   :=    ;
    l_extbank_rec.country_code := 'US';
    l_extbank_rec.branch_id := 284238;
    l_extbank_rec.bank_id := 284236;
    --l_extbank_rec.  acct_owner_party_id           :=    ;
    l_extbank_rec.bank_account_name := 'TEST_ACCT';
    l_extbank_rec.bank_account_num := 976431;
    l_extbank_rec.currency := 'USD';
    --l_extbank_rec.  iban                          :=    ;
    --l_extbank_rec.  check_digits                  :=    ;
    --l_extbank_rec.  multi_currency_allowed_flag   :=    ;
    --l_extbank_rec.  alternate_acct_name              :=    ;
    --l_extbank_rec.  short_acct_name               :=    ;
    l_extbank_rec.acct_type := 'Current';
    --l_extbank_rec.  acct_suffix                      :=    ;
    --l_extbank_rec.  description                      :=    ;
    --l_extbank_rec.  agency_location_code          :=    ;
    ----l_extbank_rec. foreign_payment_use_flag := ;
    --l_extbank_rec.  exchange_rate_agreement_num   :=    ;
    --l_extbank_rec.  exchange_rate_agreement_type  :=    ;
    --l_extbank_rec.  exchange_rate                    :=    ;
    --l_extbank_rec.  payment_factor_flag              :=    ;
    --l_extbank_rec.  status                        :=    ;
    -- l_extbank_rec.end_date := '27-AUG-2011';
    l_extbank_rec.start_date := SYSDATE;
    iby_ext_bankacct_pub.create_ext_bank_acct
    (p_api_version => 1.0,
    p_init_msg_list => fnd_api.g_true,
    p_ext_bank_acct_rec => l_extbank_rec,
    p_association_level => 'SS',
    p_supplier_site_id => l_vendor_site_id,
    p_party_site_id => l_party_site_id,
    p_org_id => p_org_id,
    p_org_type => 'OPERATING_UNIT',
    x_acct_id => l_account_id,
    x_return_status => l_return_status,
    x_msg_count => l_msg_count,
    x_msg_data => l_msg_data,
    x_response => l_response
    COMMIT;
    DBMS_OUTPUT.put_line ('x_return_status = ' || l_return_status);
    DBMS_OUTPUT.put_line ('x_msg_count = ' || l_msg_count);
    DBMS_OUTPUT.put_line ('x_msg_data = ' || l_msg_data);
    DBMS_OUTPUT.put_line ('x_acct_id = ' || l_account_id);
    DBMS_OUTPUT.put_line ('Error = ' || SQLERRM);
    END;
    ===========================
    Result:
    x_return_status =
    x_msg_count =
    x_msg_data =
    x_acct_id =741
    Error = ORA-0000: normal, successful completion
    ===========================
    Your response is much appreciated.
    Thanks,
    Srini

    Have you initialized the environment before calling the API?
    You can do this by
    fnd_global.apps_initialize(&user_id,&responsibility_id,&application_id>);
    mo_global.init('SQLAP'); -- Required for R12

  • Item created at site level can not be seen in other responsibilities

    Hi,
    I've made changes to one of the iProcurement pages.
    I added an item (type : Tip) at the site level . The context is as follows:
    scope : page
    site : include
    organization : A
    responsibility : B
    The Tip item's rendering properties are as follows:
    Site : True
    Organization : Inherit
    Responsibility : Inherit
    Now, I go to another responsibility C and when I looked for this item, it can't be seen.. The item could not even be searched in the personalizations page.
    The context for this as follows:
    scope : page
    site : include
    organization : D
    responsibility : C
    I just want to know that when an item created at site level should be seen by all the responsibilities right?
    why is that it is not getting displayed here?
    Thanks in advance

    Hi Ram,
    I could clearly see that the item got created at site level.
    The function in the context window is left blank.
    site: include
    organization : A
    responsibility : B
    I could see the item in the B responsibility.
    But when I go to some other responsibility ( with a different organization), I could not see the item.
    This page I'm talking about is NonCatalogShoppingPG (iProcurement).

  • Issue with the site level access in the trial ac

    I am following the given video to get an understanding of site level access.
    SAP HANA Cloud Portal Setting Access Levels in the Site - YouTube
    I could not find the option of setting the site level access to either public, restricted or private in my trial ac. in the site settings as per the given video above. Could this be some authorization issue or some settings that needs to be done.

    Hello,
    The site access level configuration is now under the Access Managment entry in the side panel.
    Please follow the documentation in the link below.
    SAP HANA Cloud Portal Documentation
    Regards,
    Eliel.

  • Need API for Creating Profile at site level

    Hi ,
    I need to create Profile at site level by using APi.
    I have a requirement to create dynamically Profile for storing last run date of my program.
    so I need a API which can create Profile by Pl/Sql code.
    Thanks in Advance,
    Ajit
    [email protected]

    The list of 11i APIs can be found under [Oracle Integration Repository|http://irep.oracle.com/].
    In R12, the Oracle Integration Repository is shipped as part of the E-Business Suite (Oracle Integration Repository Responsibilty).

  • How to track any change at sharepoint site level

    Hi,
    I want to achieve is,
    create an event receiver or workflow for a SharePoint Site so that any change made @ site level or site collection level which in turn may include any change at any list,library, everything @ site/site collection level----a mail should get fired to a certain
    sharepoint group(Administrative).
    I found that  we can do this with "Change Log" but how?
    Is it a list or library or what else?
    How could i fire a mail when a new item gets added to it?

    As an aside, you're asking for SharePoint to send an email to your administrators every time for every change. Given the number of changes in a typical SharePoint farm, this approach can lead to your administrators being flooded with emails. Some mail transfer
    agents also have protections against this sort of activity and could drop mails to prevent your administrators from being spammed.
    You should consider this if you plan to use these mails for auditing purposes. Another approach would be to log these changes to a database to ensure you don't lose anything.
    SharePoint already has built-in auditing capabilities that you could leverage as well; most 3rd party SharePoint administrative suites include audit reporting.
    Jason Warren
    @jaspnwarren
    jasonwarren.ca
    habaneroconsulting.com/Insights

  • How to default payment term from Site level

    Hi All,
    When creating an Order, the payment terms are defaulting from the defined defaulting rules.
    As per the defaulting rules, it is supposed to pick as following seq..
    1 Related Record - Invoice To.Payment term
    2 Related Record - Ship To.Payment term
    3 Related Record - Customer.Payment term
    4 Constant Value - TBD
    Now, as per the rule, it is picking the Payment term from Invoice to level. If there is none defined then it is picking from the Customer level as we never define at Ship To level.
    Now my question, is there any way we can implement to pick the Payment term from the Site level when Invoice To payment term is not defined.
    Please let me know if any additional info is required.
    Thanks.
    Edited by: R on Oct 18, 2012 10:06 AM

    R wrote:
    Hi All,
    When creating an Order, the payment terms are defaulting from the defined defaulting rules.
    As per the defaulting rules, it is supposed to pick as following seq..
    1 Related Record - Invoice To.Payment term
    2 Related Record - Ship To.Payment term
    3 Related Record - Customer.Payment term
    4 Constant Value - TBD
    Now, as per the rule, it is picking the Payment term from Invoice to level. If there is none defined then it is picking from the Customer level as we never define at Ship To level.
    Now my question, is there any way we can implement to pick the Payment term from the Site level when Invoice To payment term is not defined.
    Please let me know if any additional info is required.
    Thanks.
    Edited by: R on Oct 18, 2012 10:06 AMDo you mind modifying the defaulting rule to have site level in between Invoice To.Payment term and Ship To.Payment term. Were you not able to change?
    Thanks
    Pradeep

  • How to rename content type on web site level and underneath all the document libraries using powershell?

    Hello
    I wantto rename content type on web site level and underneath all the document libraries using powershell, please let me know how can do this?
    I saw this url
    http://suryapulipati.blogspot.in/2011/08/rename-content-type-name-in-list-using.html, but I want to change everything from Web Site, subsite and underneath document libraries. Because if you try to change on any on document library, it will be applicable
    for that document library, if you change on web level then underneath document libraries content type names not updated automatically.
    Please advise
    Avi

    Not sure with powershell.
    I could help you out with Server Side or Web Services though.
    Brandon James SharePoint Developer/Administrator

  • Non-admin user cannot access Essbase server level variables

    Version 11.1.1.3
    Essbase Substitution variables are created at server level. Users are getting error in FR report that uses the Subsitution Variable -- Essbase Error(1051085): You do not have sufficient access to get this substitution variable. Also, users cannot access Substitution variable in SmartView. However, users can access variables created at database level. Users are provisioned as "Server Access" to Essbase and filter access to ASO application "MGTRPTG", where MGTRPTG is an ASO essbase application for reporting. We tried the same provisioning in two other environments and it seems to be working fine.
    User is type "Essbase and Planning" provisioned with essbase "server access", application mgtrptg "filter", Reporting and Analysis "analyst", "dynamic viewer" and "Explorer". In addition, it is given a filter "REP_DME_GALB" which restricts 2 dimensions (Division and Geography).
    Steps taken to resolve:
    1. Existing users were deprovisioned and reprovisioned with no effect.
    2. Created brand new identically provisioned users in Prod and QA. QA user can access the server level var and Prod user cannot
    3. Created a brand new server level variable in Prod and this cannot be accessed.
    4. All services have already been restarted several times.
    5. SR has been opened.
    Temporary workaround:
    By creating a duplicate of the same set of variables at the database level, the reports work. This can only be a temporary workaround as the client cannot be expected to maintain two sets of substitution variables since there are 3 applications using these server level variables.
    Thank you for any ideas!
    Jennifer

    You have stumbled on a defect which is resolved in the Hyperion Planning 9.3.1 patch 6 and above. If you have your planning preferences set to indent members it will cause forms which have page selections to show as invalid in SmartView.
    You can either patch Planning or turn off the preference. The patches are available from http://metalink3.oracle.com and require account which has been associated with your client ID.
    P.S. Usually it's not a good practice to use the admin id.
    Regards,
    -John
    Edited by: Jbooth on Nov 3, 2008 2:12 PM

  • Unable to Personalize at SITE level.

    I was customization "Customer" pages in R12.
    Code is ready, problem is that, When i goto personalize page, I can't personalize at SITE level, i'm getting only for ORGANIZATION level.
    Screenshot LINK ->
    http://i.imgur.com/7lPt9yM.png
    NOTE
    Same  issue exists for any Controller for this page.
    Even for "pageLayout" i.e Root controller  , SITE level is disabled.
    So i need to do any setup?
    How can i apply personalization at SITE Level???

    HI.
    I am trying to Personalize Create Customer Page.
    Page : /oracle/apps/ar/cusstd/createcus/webui/ArCreCusPG
    Region : addressRN.AddressLocationSite.addressCreateUpdateStack
    ScreenShot.
    http://i.imgur.com/Iu1Ub2D.png

  • Payment term at site level in AR Customer interface

    Is there anyway to assign *‘Payment Terms’* to Customer at Site level using interface table.
    Navigation : Customer>Address> business purpose > bill_to>Details > ‘Payment terms’
    Please help.
    Regards
    Suresh

    Kindly find the (Bug 245300 : NEED CUST INTERFACE TO UPLOAD IMPORTANT FIELDS E.G. SIC CODE, SALES CHANNEL CODE) bug on metalink.

  • Batch Management at Site level

    Hi All,
    We are planning to implement Batch Management for certain product ranges in our Organization. We prefer to activate Batches at site level. I mean at certain sites Batch need to exist and at others they need not.
    I have checked the configurations but they all pertain to the configuration of Batch setting at Plant, Material and Client level in terms of Batch ID being unique or not.
    Is there any configuration possible so at to facilitate this requirement ?
    Thanks in advance.
    Regards
    Govind

    Dear Jurgen,
    You are right.
    I checked MMRV and the current status is as shown below.
    Current period            06 2011
    Previous period           05 2011
    Last period in prev.year  12 2010
    No I check in MBEWH and for the plant 2010 and article 381180 we have the folowwing entries.
    YEAR          CURR PERIOD      STOCK QTY
    2009            12                        68.000
    2010            12                        68.000
    2011            04                        68.000
    I try to do MB1A with movement type 551 for plant 2010 and article 381180 for the posting period 31.05.2011 with 68 Ea.
    Batch chosen was 7000000001 as this was the batch shown while I tried to archive:
    " MCHB: 000000000000381180 2010 0002 7000000001 unrestricted-use stock exists for previous period"
    While I try to execute the transaction it gives me an error...
    "Deficit of BA Unrestr. prev. 68 EA : 381180 2010 0002 7000000001"
    Do you have any clue why is this error coming ?
    I have done a stock replenishment to the batch 7000000001 in storage location 0002 for site 2010 on article 381180
    Regards
    Govind
    Edited by: Nivin Joseph Varkey on Jun 6, 2011 9:43 AM

Maybe you are looking for

  • MSI 790XT-G45

    I got a problem, I can't set the bios to more then 240 fsb without it going black and refuses to start. The OC switch is off since I want to reach more then 20% OC with my AMD Phenom x4 9550 CPU I cant get higher? Or can I change some setting to let

  • Can I download Photoshop for Windows XP?

    ?

  • Oracle Reports for NT

    I am testing Oracle Reports on my personal NT box and using SQL*Net to go against Oracle 8.0.5 on an NT server for my data. I will need the NT server/Oracle 8.0.5 to service my production reports. It is not clear what software (for Oracle Reports) wi

  • Flash CS5 Slow Start up and crash on Snow Leopard

    Hello, I'm using a new Mac Pro with Snow Leopard. We have Adobe MC CS5. I'm experiencing serious problems with Flash CS5. The program locks up at "Initializing Tools" for several minutes at start up. Once the program opens it will crash if I try to c

  • Shared Member: Global Property Change

    Hi, I am working in DRM( Web Version) 11.1.2.1. I have some issue with Shared Member Property change. Is there any way to restrict/change the Shared member Global property value without changing its base member value? Is there any system preference f