Create library filters

This question was posted in response to the following article: http://help.adobe.com/en_US/digitalpubsuite/using/WS0c3a05c4a1d2af7d23013630138c95c5ecc-80 00.html

This is a parameter on the folio level, that I believe could be somehow added to any folio, that is already on the server, not just v22 and up, so the empty Library Filter text box would be displayed for any untagged yet folio. Does DPS team working on this or is there any easy way to just assign v22/23 to already published folios?
Thank you!

Similar Messages

  • Library filters on Android

    Hey all,
    We published multiple folio's in different languages for our Android app.
    All the folio's show up as supposed to.
    We also added Library filters for each folio (before publishing), but the Android-app does not show a filter button.
    We've checked the WebService response from Adobe and all the filters are coming into the app.
    This help site says filters are only available for iOS, but I find that somewhat hard to believe:
    http://helpx.adobe.com/digital-publishing-suite/help/create-library-filters.html
    Any ideas on why it's missing or can someone confirm the article mentioned is actually right?
    Thanks in advance,
    Justin Hammenga

    Bob's documentation above is correct. Filters are currently only supported on iOS.
    Neil

  • Create a filtered list based on the selection in another field? URGENT HELP NEEDED

    Hi,
    Hoping someone can help me with something I am working on. i am fairly new to creating forms in acrobat (know how to us the full range of very basic features) but I have now found myself needing some help.
    i am producing an order form, and I need to create a filtered dropdown list based on the value selected in another field.
    basically, when a user select the company chooses their Business Name from a dropdown list, I would like their deliver address to self populate. In some cases there may be a few options for the company delivery address so in these cases the second option would be a dropdown list of the options available for that company.
    i have attached a screenshot, it is the Fields "Business Name" and "delivery Address/Delivery Postcode" that i would like to be linked so that the option in Business Name filtered the options in delivery Address
    Hope someone out there has the time to help me with this, i am using Acrobat Pro DC
    many Thanks
    Lee

    This will require a complex, custom-made script. The basic functionality of populating another field based on a selection in a drop-down is not that complicated, but if you want it to also populate other drop-downs (and then presumably use them to populate other fields), it will require a more complex solutions.
    This tutorial is relevant for your question: https://acrobatusers.com/tutorials/change_another_field

  • Using a newly created Library document to create a list item and attach itself

    I have a workflow that moves a document from one library to another.
    When a document is moved to a certain library I want to create a list item with a link to the document in the list item.  Keep in mind there could be 10 files submitted to the library, so then in my list I would want 10 new list items created for
    each file, with a link to the individual file. or is there a way to attach the document to a newly created list item programmatically?
    is this possible?

    Hi,
    According to your post, my understanding is that you wanted to use a newly created Library document to create a list item and attach itself.
    I recommend to create a workflow assocaited to the second library, and start the workflow automatically when an item is created.
    Then add action as below:
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Using SPmanagementshell to create library ,version enable & Add content type

    Hi Folks,
     How to create library document,enable version, add content type in every site using SPmanagementshell.
    Now i am doing user interface,it is  taking more time to do this task.
    Please give solution using SPmanagementshell to do this task.
    I would be great if someone help.

    Hi,
    Please try code given below:
    $spWeb = Get-SPWeb -Identity http://SPServer
    $listTemplate = [Microsoft.SharePoint.SPListTemplateType]::DocumentLibrary
    $spWeb.Lists.Add("My Documents","My Doc Library",$listTemplate)
    $spDocumentLibrary = $spWeb.GetList("My Documents")
    $spDocumentLibrary.EnableVersioning = $true
    $spDocumentLibrary.ContentTypesEnabled = $true
    $spDocumentLibrary.Update()
    #Add site content types to the list
    $ctToAdd = $site.RootWeb.ContentTypes["<NAME OF ContentType>"]
    $ct = $spDocumentLibrary.ContentTypes.Add($ctToAdd)
    $spDocumentLibrary.Update()
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • How To create Library Functions for Validate Items

    Hi all,
    My form Consists data block blk_user with two items
    username and password
    Both user name and Password are required Fields.
    When user left these items Empty To show Alert
    I Created Below Procedure and Called in Form_Level ON-ERROR Trigger.
    PROCEDURE pcd_io_alert IS
         itm_name VARCHAR2(20);
    BEGIN
         IF Error_type ='FRM' AND Error_code = 40202 THEN
         Message(get_item_property(NAME_IN('SYSTEM.CURSOR_item'), PROMPT_TEXT )||' Should
    Not Be Empty');
         SET_ALERT_PROPERTY('ALT_IO',ALERT_MESSAGE_TEXT,
              (get_item_property(NAME_IN('SYSTEM.CURSOR_item'), PROMPT_TEXT ))||' Should Not
    Be Empty');
         itm_name := Show_alert('ALT_IO');               
    RAISE FORM_TRIGGER_FAILURE;
         END IF;
    END;
    It working fine.
    Could You Tell how to call or create this procedure as Library functions and call the created library in form To SHow Alert. Actually I want to create library functions to Validate and Show Alert Mesages.
    Regards
    R.MaheshBabu.

    Hello,
    Could you give Some examples or links related to how To create and call library functions For validate Items..For creation you already created one procedure and you called on error. So for creation and call it is clear. Now you are talking about validation for items. It depends on your requirement. As you check validation in items's triggers you can also check validation in function/procedure of library. You can use parameter to pass values and check the validations. And you can create the procedure/function in library like this...
    PROCEDURE My_Proc(Parameter_Name IN DATATYPE) IS
      Variables Declarations...
    BEGIN
      -- Here check the validation on the passed value.
    EXCEPTION
      -- Exception Handling part...
    END;
    FUNCTION My_Proc(Parameter_Name IN DATATYPE) RETURN DATATYPE IS
      Variables Declarations...
    BEGIN
      -- Here check the validation on the passed value.
      RETURN <ANY VALUE>;
    EXCEPTION
      -- Exception Handling part...
    END;
    Is it Possible to use system variable ':system.cursor_value' while creating PL/sql library functions?Yes, because it is clear as you used for CURRENT_ITEM like NAME_IN('SYSTEM.CURSOR_item') so you can use SYSTEM VARIABLES.
    -Ammad

  • Deployment error when creating security filters

    My client has been receiving the following error when deploying the Security Filters. The message below was a full deployment, but she gets that last line when deploying only the filters as well. The security changes made do actually get deployed, so at this time, it seems to just be a nuisance "error". However, we are both wondering why it is happening, if it can be fixed, and whether any other problems we aren't aware of might be associated with it.
    [Dec 18, 2013 1:42:09 PM]: Parsing Application Properties...Done
    [Dec 18, 2013 1:42:09 PM]: Parsing Dimensions info...Done
    [Dec 18, 2013 1:42:10 PM]: Registering the application to shared services...Done
    [Dec 18, 2013 1:42:12 PM]: Checking for rates properties...Done
    [Dec 18, 2013 1:42:12 PM]: Loading Smart Lists...Done
    [Dec 18, 2013 1:42:12 PM]: Loading Alias Tables...Done
    [Dec 18, 2013 1:42:13 PM]: Updating the default user preferences...Done
    [Dec 18, 2013 1:42:13 PM]: Loading Dimensions...Done
    [Dec 18, 2013 1:42:14 PM]: Loading Attribute Dimensions...Done
    [Dec 18, 2013 1:42:14 PM]: Loading Attribute Members...Done
    [Dec 18, 2013 1:42:34 PM]: Loading members for dimension Account...Done
    [Dec 18, 2013 1:42:35 PM]: Loading members for dimension Version...Done
    [Dec 18, 2013 1:42:35 PM]: Loading members for dimension Currency...Done
    [Dec 18, 2013 1:42:40 PM]: Loading members for dimension Time Periods...Done
    [Dec 18, 2013 1:42:45 PM]: Loading members for dimension Strategic Division...Done
    [Dec 18, 2013 1:42:45 PM]: Loading members for dimension Year...Done
    [Dec 18, 2013 1:42:48 PM]: Loading members for dimension Entity...Done
    [Dec 18, 2013 1:42:53 PM]: Loading Scenario Members...Done
    [Dec 18, 2013 1:42:55 PM]: Loading Base Currency Members...Done
    [Dec 18, 2013 1:42:59 PM]: Starting Cube Create/Refresh...Done
    [Dec 18, 2013 1:46:56 PM]: Creating Security Filters...[Dec 18, 2013 1:52:43 PM]: Index: 1, Size: 1
    [Dec 18, 2013 1:52:43 PM]: An Exception occurred during Application deployment.: Index: 1, Size: 1
    Thanks,
    Sabrina

    Hi Sabrina,
    Try refreshing only security filters !
    Thanks
    Amith

  • Library Filters does not work

    Yesterday, Library Filters worked in Lightroom 4, but today they do not.  Whenever I pull up the Metadata filters and select a parameter, the title of the filter switches to "Custom Filter" and nothing is selected.  I have no idea other than a programing error that could cause this.

    If it worked yesterdaya dn not todayt ehn the odds are heavily in favour of it being user error rather thana coding error.
    Also, when you click on a parameter (e.g. a keyword, camera mdel, etc) the title in the top left drop-dwn menu should change to Custom Filter, thta is unless you have actually craeted a filter based on thsi specific parameter.
    May be you could explain exactly what happened yesterday and isn't happeing today.

  • Get error message could not create library/application support

    get error message "could not create library/application support" when trying to install Creative Cloud.

    Check your user permissions on the Library folder.
    Mylenium

  • Could not create ~/Library/Application Support/Adobe/CoreSync

    On my MacBook Pro, I'm using Chrome as my web browser, and I wanted to try Adobe Photoshop CC with a free trail, but first I have to I download Creative Cloud. And I did, successfully, but when I go to install a free trail of Photoshop CC, I cannot and this comes up...
    So I did as it says and uninstalled Creative Cloud and re-downloaded it, and I still get the same message and this message too...
    So I Google searched this message and a solution for it, and I found some forums on the Adobe discussion/question page, and found that the solution was to:
    I did this process, and everything was going smooth, except for I have no "CoreSync" folder...the only folders that come up after I search in my Finder "Library/Application Support/Adobe" are Lightroom and OOBEE.
    NOTE: I'm not sure that OOBEE is the exact name, I tried following other forum steps and one of them was to change the name to "OOBEE.OLD", but this didn't work so I just changed it back to what I think is the original name.
    Could I please have some help...I've been at this for along time and it's really ticking me off...all I want to do is download the free trail of Photoshop CC. I would really appreciate some help.
    Thanks,
    Nick

    I had exactly the same issue which is preventing Adobe Creative Cloud to download. The message "could not create..." is appearing and in the Apps area in Creative Cloud is written "Download Error" and I should reinstall it. I tried it several times with no success. Also the permissions for the folders are allright (created root and checked permissions like described in above link).
    I now found this
    install error on Mac "could not create ~/library/application support/adobe/coresync"
    After creating another admin user I could install it with that one. Hope this helps.

  • Library Filters - Sorting

    Is there any way to restructure the dropdown of library filters from ascending to descending...
    This would allow the 2013 Issues to come first before 2012 Issues, 2011 Issues, etc...

    If it worked yesterdaya dn not todayt ehn the odds are heavily in favour of it being user error rather thana coding error.
    Also, when you click on a parameter (e.g. a keyword, camera mdel, etc) the title in the top left drop-dwn menu should change to Custom Filter, thta is unless you have actually craeted a filter based on thsi specific parameter.
    May be you could explain exactly what happened yesterday and isn't happeing today.

  • Can we create two Filters for one cube

    Hi all,
    I created two filters for one cube (in 11v), I assigned this filters to one user in shared services , so which filter work,
    I think ,We have to assign only one filter for one user , please i need clarification....
    Thanks
    Edited by: user98631 on 12 mars 2010 05:13

    You can create many filters for one cube. I usually associate one group per filter and a user can have one or more groups assigned to them. Can't remember what happens when a user has access to conflicting filters (i.e. the order of preference). It is in the DBAG I am sure though.

  • Creating Library Item results in series of JavaScript error messages?

    I've made two attempts to create library items from a page. One is a navigation bar and the other a side bar that has some lists and "non html code" in it.
    In both cases as the library item was created I rec'd a series of alerts warning of JavaScript errors.
    See attached images, which show just two of the error messages.
    It appears that the library item is then created but if I insert it into another document I get more JavaScript error messages.
    What do I do to avoid having this JavaScript problem?
    Thanks

    Troubleshooting JavaScript errors in Dreamweaver

  • Could not create~ /library/application support/adobe/coresynch

    Posted this question last night - but no replies.  Hoping that someone may be able to help today.
    Macbook Pro - Yosemite - I have installed - reinstalled the CC download 6x now and continue to get this error.  I tried online chat last night but that was a lost cause.
    Any thoughts?

    install error on Mac "could not create ~/library/application support/adobe/coresync"

  • Could not create~/library/application support/adobe/coresync, could not create~/library/application support/adobe/coresync

    could not create~/library/application support/adobe/coresync

    Try below steps
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go. Make sure to include ~
    Then open Application Support
    Right click on Adobe folder
    Click on get info
    Click on symbol and Add Administrator and your current user name ( if not added )
    Then give read and write permission to user name and admin
    Then click on Gear icon and select 'Apply to Enclosed
    Then check if you are getting same error again

Maybe you are looking for

  • Reading data in the attachment of a CRM Order

    Hi,    I have a requirement to read the data in a PDF that is attached to a CRM Order. The Order in my case is a Task Order. Please let me know if there are any function modules or methods that can be used to retrive the data in the attachment. Thank

  • How to install Adobe software on Macbook air? [edited by host]

    Dear community, I have bought Creative Suite for Mac a couple of months ago, successfully installed it on my previous notebook (Macbook Pro), but now I have a new Macbook Air - and it doesn't take CD's so I can't install using my Adobe CD's... Is the

  • Production reporting

    Hello,I am currently supporting an Essbase environment where the so called "production reporting" is a combination of Excel worksheets, visual basic apps, VBA for Excel, batch files on the server, etc.What types of products exist that allow a hands o

  • Problem with e-mail comming in iCloud

    In settings for in it says "p03-imap.mail.me.com  -  and for user name it just says the first part of my e-mail address, plus I can't seem to change these settings>

  • Server response: relaying denied

    i recently connected my mac to qwest dsl. i never had any problems with cable, but this is my only option. i have a .mac account and am unable to send any email. the outgoing mail server is correct, everything to my knowledge is correct. the last tec