Using custom library?

Dear all,
Is it possible to use custom library to enforce users to input some information when user save the records? For example: In the purchase order form (standard), any functions to enforce user to enter comment (another custom form) when save the record changes.
Best Regards,
Amy
Edited by: amychan60 on Nov 24, 2008 11:38 PM

Although I am not a developer, I believe this is possible using a "zoom" function in CUSTOM.pll. There are some details available in ML Docs 73505.1, 744065.1 and 438787.1. There may be more details in the Application Developer Guide for 11i
HTH
Srini

Similar Messages

  • Problems installing when using custom library

    I can't install generated application on iPad (IOS report installation error), when I use custom library. Before DPS App Builder v25 all was OK, problems started after 1 feb, when I installed new AppBuilder. I can't install any application (generated from AppBuilder v25) with custom library, incl. reference applications from devnet articles.

    Hi, Neil!
    Thank you for your attantion to my problem. Explain me successful installation on IOS when I use standard library with identical certificates.
    IOS reports "installation failed" only when I switch to custom library.
    P.S.: our friend with another DPS Pro account have the same error. He tries to create 2 "Pro" applications, first installation success, second fail. All certificates and mobileprovisions created yesterday...
    Message was edited by: Yuriy Petrov

  • Default Value to Form using Custom Library?

    In Custom Form A, in the global variables i have store the value , How to populate default value to Form B using in custom library.
    I tried using COPY, but its not working?
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    Is their any other way to do it?
    Thanks!

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • Default Value using Custom Library?

    In Custom Form A, in the global variables i have store the value , How to populate default value to Form B using in custom library.
    I tried using COPY, but its not working?
    COPY('GLOBAL.EXP_PRO',':IT_QF.PRO_NUM');
    Is their any other way to do it?
    Thanks!

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • Refresh form using Custom Library

    I was wondering if there is a way to refresh a form after an insert or update of records, using custom libraries.
    Thanks

    Zaafran Ahmed  Posted: Oct 26, 2010 2:05 PM
    COPY(:GLOBAL.EXP_PRO,'IT_QF.PROJECT_NUMBER');user12207320 Posted: Oct 26, 2010 2:40 PM
    I tried it throws a error,bad bind variable error >
    This will throw an error because the COPY built-in takes 2 Varchar2 parameters (Source and Destination). When you use the COPY built-in, you pass references to the objects not the objects themselves. Therefore, the reference to the global variable :GLOBAL.EXP_PRO would have to be passed as a string to COPY.
    Looking at your original post, you have a COLAN in the destination string. Try the following:
    COPY('GLOBAL.EXP_PRO',':IT_QF.PROJECT_NUMBER');
    /* Change this statement to: */
    COPY('GLOBAL.EXP_PRO','IT_QF.PROJECT_NUMBER');Craig...

  • Eclipse using custom library tag error

    Hello, I have the following erro when I execute my index.jsp page on eclipse configured for tomcat
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP:
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)Here is my index.jsp page code
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
    <%@ taglib uri="/WEB-INF/tld/Authentification.tld" prefix="mt"%>
    <%@ page isELIgnored="false" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>MindMap - Lab JSP2</title>
    </head>
    <body>
    <mt:AuthenTag>
         <script type="text/javascript" src="excanvas.js"></script>
         <script type="text/javascript" src="json2.js"></script>
         <script type="text/javascript">
              <mt:mapTree noUsager="${sessionScope.userId}" />
         </script>
         <script type="text/javascript" src="mindmap.js"></script>
        <div style="position: relative" id="mainDiv">
        <canvas width="4000" height="4000" id="mindMap"/>
    </div>
    </mt:AuthenTag>
    </body>
    </html>Now here my tld xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
        version="2.0">
    <display-name>Authentification</display-name>
      <tlib-version>1.0</tlib-version>
      <short-name>Authentification</short-name>
      <uri>MesTags</uri>
      <tag>
        <description>Tag qui affiche une fenetre d'authentification</description>
        <name>AuthenTag</name>
        <tag-class>tagAuthentification</tag-class>
        <body-content>scriptless</body-content>
      </tag>
        <tag>
        <description>Tag contient les ements necessaire pour construire un arbre</description>
        <name>mapTree</name>
        <tag-class>tagMapTree</tag-class>
        <body-content>tagdependent</body-content>
        <attribute>
          <description>Le numero usage</description>
          <name>noUsager</name>
          <required>true</required>
           <rtexprvalue>true</rtexprvalue>
          <type>int</type>
        </attribute>
      </tag>
    </taglib>And finally here is a screenshot of my eclipse tree page :
    My project screenshot : http://www.membres.lycos.fr/patatesaufour/eclipsePath.JPG
    thank you.

    Hello, I have the following erro when I execute my index.jsp page on eclipse configured for tomcat
    type Rapport d'exception
    message
    description Le serveur a rencontr� une erreur interne () qui l'a emp�ch� de satisfaire la requ�te.
    exception
    org.apache.jasper.JasperException: Impossible de compiler la classe pour la JSP:
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 14 dans le fichier jsp: /index.jsp
    tagAuthentification cannot be resolved to a type
    11: </head>
    12: <body>
    13: 
    14: <mt:AuthenTag>
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Une erreur s'est produite � la ligne: 18 dans le fichier jsp: /index.jsp
    tagMapTree cannot be resolved to a type
    15:      <script type="text/javascript" src="excanvas.js"></script>
    16:      <script type="text/javascript" src="json2.js"></script>
    17:      <script type="text/javascript">
    18:           <mt:mapTree noUsager="${sessionScope.userId}" />
    19:      </script>
    20:      <script type="text/javascript" src="mindmap.js"></script>
    21:     <div style="position: relative" id="mainDiv">
    Stacktrace:
         org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
         org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
         org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:423)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:308)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)Here is my index.jsp page code
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
    <%@ taglib uri="/WEB-INF/tld/Authentification.tld" prefix="mt"%>
    <%@ page isELIgnored="false" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>MindMap - Lab JSP2</title>
    </head>
    <body>
    <mt:AuthenTag>
         <script type="text/javascript" src="excanvas.js"></script>
         <script type="text/javascript" src="json2.js"></script>
         <script type="text/javascript">
              <mt:mapTree noUsager="${sessionScope.userId}" />
         </script>
         <script type="text/javascript" src="mindmap.js"></script>
        <div style="position: relative" id="mainDiv">
        <canvas width="4000" height="4000" id="mindMap"/>
    </div>
    </mt:AuthenTag>
    </body>
    </html>Now here my tld xml file
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <taglib xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-jsptaglibrary_2_0.xsd"
        version="2.0">
    <display-name>Authentification</display-name>
      <tlib-version>1.0</tlib-version>
      <short-name>Authentification</short-name>
      <uri>MesTags</uri>
      <tag>
        <description>Tag qui affiche une fenetre d'authentification</description>
        <name>AuthenTag</name>
        <tag-class>tagAuthentification</tag-class>
        <body-content>scriptless</body-content>
      </tag>
        <tag>
        <description>Tag contient les ements necessaire pour construire un arbre</description>
        <name>mapTree</name>
        <tag-class>tagMapTree</tag-class>
        <body-content>tagdependent</body-content>
        <attribute>
          <description>Le numero usage</description>
          <name>noUsager</name>
          <required>true</required>
           <rtexprvalue>true</rtexprvalue>
          <type>int</type>
        </attribute>
      </tag>
    </taglib>And finally here is a screenshot of my eclipse tree page :
    My project screenshot : http://www.membres.lycos.fr/patatesaufour/eclipsePath.JPG
    thank you.

  • StandardView button is being selected in the ribbon even user clicks on Datasheet view of a library created using custom template.

    Hi,
    We have an issue with one of the library created using custom library template. Eventhough user selects Datasheet view from the ribbon it's showing Standard view button as selected. However content is being correctly in the grid view. Can some one help me
    in sorting this issue.
    NB: Functionality is working as expected with library created using OOB document library template.
    In the above screen shot Datasheet was selected.but Standard View was highlighted. 
    Is that something should be done in schema.xml file?
    Thanks,
    Venugopal

    Hi Venugopal Pulagam,
    This seems a weird issue, based on my understanding, it is not caused by SharePoint. I haven’t seen that there is settings in list instance schema file can effect this to happen.
    To narrow down this issue, would you please check whether this can be reproduced in other type of browser?
    And as this only happens for this specific library, please create a new list based on the template, check the result.
    How you create the list template, please share the steps to reproduce the issue.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Using Time.expression in a custom library

    Hello All,
    I am trying to write a piece of code in a custom library. Upon trying to save the code, it tries to compile and kicks out a message "...cannot resolve symbol symbol : class Time location..."
    Does any one know which class to import in order to use the Time function?
    I have already imported  com.redwood.scheduler.api.date.*;
    Thanks
    Daniel

    Hello,
    The code in a library works slightly different then the expressions.
    You can use:
      DateTimeZone myDate = DateTimeZone.expressionNow("add 1 day");
    regards Gerben
    Edited by: G. Blom on Feb 24, 2011 12:49 PM

  • Using filters in custom library/viewer

    I'm building a custom library/viewer using the sample files from Derek Lu's article "Creating an HTML implementation of the DPS default library" as a base. It's a great way to get started! What I would like to do is add functionality to use the filter-functions present in the default library/viewer. Does anyone know if there is a way to get hold of the source-code for the default viewer or if anyone know of any documentation that could assist me in this? Has anyone in here experience in building a custom library/viewer with filter-functionality?
    Big thanks for all help I can get :-)
    / Johan

    I'm building a custom library/viewer using the sample files from Derek Lu's article "Creating an HTML implementation of the DPS default library" as a base. It's a great way to get started! What I would like to do is add functionality to use the filter-functions present in the default library/viewer. Does anyone know if there is a way to get hold of the source-code for the default viewer or if anyone know of any documentation that could assist me in this? Has anyone in here experience in building a custom library/viewer with filter-functionality?
    Big thanks for all help I can get :-)
    / Johan

  • Is is possible to use AdobeLibraryAPI.js to create a custom library on Android

    With the iOS App Builder, we are allowed to upload our own custom library Zip file.  The library uses AdobeLibraryAPI.js to interact with entitlement and fetch folios. 
    We are having problems trying to implement the same custom library from our iOS app into our Android app.  Specifically, the login api calls are failing...

    Adobe Reader for iOS doesn't support forms. A few non-Adobe PDF viewers have some support. The one that is the best at this time is Readdle's PDF Expert, which also has decent support for JavaScript, so calculations are supported.

  • Excel data read from users and upload in to Oracle DB using custom webpart

    Hi Team,
    I need to get the excel date from user using file upload control and read the data from the excel using custom webpart and validate the each rows whether having the values or not and need to upload the data to the oracle database.
    Can you please let me know the best approach to read the data from excel using sharepoint custom webpart.
    Thanks,
    Mylsamy

    Hi,
    According to your post, my understanding is that you want to read excel data from the uploaded file and insert the data into Oracle Database.
    The following way for your reference:
    1.Create a Visual Web Part using Visual Studio.
    2. Add an asp.net upload control into the .ascx file.
    <div>
    <asp:FileUpload ID="fileupload" runat="server" />
    <asp:Button ID="btnUpload" runat="server" onclick="btnUpload_Click" Text="Upload" />
    </div>
    3. Add some logic methods into .ascx.cs file.
    protected void btnUpload_Click(object sender, EventArgs e)
    //read data and insert the data into Oracle database.
    4.We can create a web service for adding data to Oracle database, then consume this web service in the visual web part.
    More information:
    http://msdn.microsoft.com/en-us/library/ff597539(v=office.14).aspx
    http://manish4dotnet.blogspot.in/2013/02/upload-ans-read-excel-file-using-c.html
    http://msmvps.com/blogs/windsor/archive/2011/11/04/walkthrough-creating-a-custom-asp-net-asmx-web-service-in-sharepoint-2010.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • How can we setup a prefix namespace for a custom library in FB 4.7

    Using 3.6, we are creating a custom library.
    We need to be able to use a prefix such as "MyLib" when adding library components to an MXML file in an application.
    Right now we get <ns:MyButton. . .> and we need <myLib:MyMyButton . . .>. Any other library used gets <ns1:...<ns2:... etc. Not very usefull to identify the source of the component.
    In the library, we have the manifest.xml and design.xml. The library is functional except for the prefix.
    manifest.xml
    <?xml version="1.0" encoding="utf-8"?>
    <componentPackage>
              <component id="MyButton" class="com.test.MyButton"/>
    </componentPackage>
    design.xml
    <?xml version="1.0"?>
    <design version="2">
              <namespaces>
                        <namespace prefix="myLib" uri="library://flex/myLib"/>
              </namespaces>
              <categories>
                        <category id="MyLib" defaultExpand="true"/>
              </categories>
              <components>
                        <component name="MyButton" namespace="myLIb" category="MyLib" displayName="MyButton"/>
              </components>
    </design>
    When building the SWC, the assets includes the manifest.xml and design.xml files. The Namespace URL library://flex/myLib and manifest file location are also set. The compiler arguments contains -include-namespaces library://flex/myLib
    Is there  fix for this?
    I understand that the "design" part has been removed from 4.7, but why would it affect the mxml prefix?

    Any feedback from Adobe people that worked on FB 4.7 and the removeal of the design mode?
    Are they related? Any suggestions?
    Having random namespace prefix being generated is very annoying.

  • How to add a link under quick launch using custom actions?

    http://msdn.microsoft.com/en-us/library/office/bb802730(v=office.15).aspx
    Custom actions allow us to create feature to add a link under site settings, site actions menu and even central admin.
     Is there any way we can extend this feature to allow links being added under quick launch? I tried providing location Microsft.SharePoint.Navigation but that had no effect

    hi
    you don't need to use custom actions in order to add links to the quick launch menu. It allows to add links programmatically to the menu items collections directly, see e.g.
    Adding Links to Quick Launch. From this link check the following example which adds an item under the Lists heading in Quick Launch.:
    using System;
    using Microsoft.SharePoint;
    using Microsoft.SharePoint.Navigation;
    namespace ConsoleApp
    class Program
    static void Main(string[] args)
    using (SPSite site = new SPSite("http://localhost"))
    using (SPWeb web = site.OpenWeb())
    // Get the Links list or create it if it does not exist.
    SPList list = web.Lists.TryGetList("Links");
    if (list == null || list.BaseTemplate != SPListTemplateType.Links)
    // Create the list.
    Guid listId = web.Lists.Add("Links", "Interesting hyperlinks", SPListTemplateType.Links);
    list = web.Lists.GetList(listId, false);
    // Check for an existing link to the list.
    SPNavigationNode listNode = web.Navigation.GetNodeByUrl(list.DefaultViewUrl);
    // No link, so create one.
    if (listNode == null)
    // Create the node.
    listNode = new SPNavigationNode(list.Title, list.DefaultViewUrl);
    // Add it to Quick Launch.
    listNode = web.Navigation.AddToQuickLaunch(listNode, SPQuickLaunchHeading.Lists);
    Console.Write("\nPress ENTER to continue....");
    Console.ReadLine();
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Custom Library 'Adobe LiveCycle Workflow Fields'

    Hello,
    I'm just reading through the document 'creating_workflows.pdf' of Workflow 7.0. In the chapter about designing forms for workflow it says that the custom library is available with the SDK, however I was not able to locate the library. There are also some workflow fields in Adobe Designer 7.0, but I think they are for older workflow versions, because the field names don't match the ones in the documentation ('creating_workflows.pdf'). Can somebody help me locate the library or tell me which fields to use for my forms?
    Thanks!
    Regards, Karin Garreis

    Hi Karin
    The library is actually in a file called Adobe LiveCycle Workflow Field.xfo which is part of the Workflow SDK. You will find it in:
    \LiveCycleWorkflow7_SDK\Misc
    See:
    Mike J. Potter, "Adobe LiveCycle Workflow 7.0 SDK (38.3 M file)" #5, 20 Sep 2005 12:48 pm for info on how to get the SDK.
    In order to install this library, you need to create a new Group in the library palette, and then add this file to the directory that gets automatically created to hold this group. The usual location for new groups is:
    C:\Program Files\Adobe\Acrobat 7.0\Designer 7.0\EN\objects\[grpname]
    I hope this helps...
    Howard
    Howard Treisman
    Avoka Technologies
    Specializing in LiveCycle Components and Solutions
    http://www.avoka.com/avoka/qpac_library.shtml

  • Using a library with faceted navigation

    Hello,
    I have been tasked to implement cross site publishing using a document library on the authoring site.  The publishing site must be able to use faceted navigation derived from columns from the authoring site.  Eventually, the publishing site will
    be used as an extranet partner site and must be able to be cloned for more partners.
    Has anyone done this type of thing?  I am not able to get the faceted navigation to work and I have followed the following blog to guide me through this.  The blog is meant for a list, but I have been trying to adapt it to work with a library.
    blogs.technet.com/b/tothesharepoint/archive/2013/02/14/how-to-set-up-a-product-centric-web-site-in-sharepoint-2013.aspx
    Thank you.

    I haven't been able to use my custom library columns for faceted navigation.  I am able to see the docs on the publishing site and use the "built in" fields for fac. nav. such as Author, modified, and doc type.

Maybe you are looking for

  • How to get the other columns of a particular mininum value

    <p>I have a multiple rows per account in a table. I build a object minimum(col1) in the Business Object universe. I need to get the corresponding values of a min(col1) for each account. Problem is when i pull the min(col1) and other column, it always

  • Customer Clearing with additional open line item

    Dear All, Pl. consider the following scenario: A customer open line item is created wilth Billing Document/outgoing invoice. Alongwith this one more open line item is generated. Eg Accrued Sales Commission. Now, we need to clear this line item (with

  • Flash CS3 Component Help?

    I have a menu component I've created in Flash CS3. I'm running into a small problem. Currently, in Flash, I create an array in the first frame of the movie and then assign a "menu_items" property (an array) on my menu object as that array. The array

  • I cannot backup my catalog in PSE 11. Prevously, I could. Ihave no audio or video files in my catalog.

    Any suggestions as to asolution.

  • How to realize PXI-IVi

    My Dear friends:         I feel very blue. Could you help me?         The case is: We have had a suit of ATE, based on PXI2575, PXI 2569, PXI 6723, PXI 4070. In addition, the TPS developed on MFC has been finished by others. Now, my tutor asked me to