Bug report: 1.6. Regions dropdown list

When I reorder region sequence numbers, drop and recreate them, etc, after a while, the select list of region on the Create Item wizard gets confused.
it shows
Region Two.20
Region One.10
i.e. the select list is not ordered by sequence number.
Not sure if this has been fixed in 2.0
Thanks

This has been reported numerous times in these forums. Some rapel so reported that iOS 6.1 corrected the problem. Others were not so fortunately it seems.
Most users have resolved the issue with the calendar by not having any all day events scheduled for April 1. If you have an all day event scheduled that day change it to a shorter duration. Also delete or remove any all day holidays or other entries acquired through a shared calendar.
Also keep in mind that everyone here is a user. This is a user to user forum. No one here is a representative or employee of Apple.

Similar Messages

  • SSRS report - A single selection dropdown list converted to text box

    Hello everyone,
    We created a single selection dropdown parameter (City parameter) on a report. The data in this parameter is populated using MDX query. Also, it is filtered based on selection of another single selection dropdown list (Country parameter) of a report.
    The problem is when there is no cities for the selected country the dropdown list is gets converted to free type text box and user can insert city data in it. Why SSRS is not keeping it as empty dropdown list with no data?
    Any help would be much appreciated.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

    Hello Charlie,
    We developed a fresh report only with two parameters but still the dropdown control gets converted to text box in our case. We have two single selection parameters, Location and Customers. Based on selected Location the customer
    dropdown gets populated.
    Location Parameter Query
    WITH MEMBER [Measures].[ParameterCaption] AS [Location].[Location Name].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Location].[Location Name].CURRENTMEMBER.UNIQUENAME MEMBER
    [Measures].[ParameterLevel] AS [Location].[Location Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Location].[Location Name].ALLMEMBERS ON ROWS FROM [Model]
    Customer Query
    WITH MEMBER [Measures].[ParameterCaption] AS
    [Customer].[Customer Name].CURRENTMEMBER.MEMBER_CAPTION
    MEMBER [Measures].[ParameterValue] AS
    [Customer].[Customer Name].CURRENTMEMBER.UNIQUENAME
    MEMBER [Measures].[ParameterLevel] AS [Customer].[Customer Name].CURRENTMEMBER.LEVEL.ORDINAL
    SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel],[Measures].[Amt]} ON COLUMNS,
    nonempty([Customer].[Customer Name].ALLMEMBERS,[Measures].[Amt]) ON ROWS FROM ( SELECT ( STRTOSET(@LocationName, CONSTRAINED) ) ON COLUMNS FROM [Model])
    Regarding parameter settings on General tab for both the above parameters we did not select any of the following values, all these checkboxes are empty:
    Allow Blank Value ("") , Allow null value, Allow multiple values.
    I think it has something related to [Measures].[Amt] that we used in customer parameter. We are now trying to take other two parameters where we would be not using the [Measures].[Amt] to filter the data. Will update you soon.
    Thanks, Ankit Shah
    Inkey Solutions, India.
    Microsoft Certified Business Management Solutions Professionals
    http://www.inkeysolutions.com/MicrosoftDynamicsCRM.html

  • Dropdown list in Subform

    Hi There,
    I am facing problem in Dropdown lists in Subforms.
    I want the region dropdown list values according to country (only for DE) dropdown list value. Both Dropdown lists are in a Subform.
    For that, I have used this in EXIT event of Country Dropdown list:
    if (this.rawValue == "DE Deutschland")
    data.Item.IT_ITEM.DATA.ZZ_REGION.clearItems();
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Schleswig-Holstein","1");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Hamburg","2");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Niedersachsen","3);
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Bremen","4");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Nordrhein-Westfalen","5");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Hessen","6");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Rheinland-Pfalz","7");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Baden-Württemberg","8");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Bayern","9");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Saarland","10");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Berlin","11");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Brandenburg","12");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Mecklenburg-Vorpomme","13");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Sachsen","14");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Sachsen-Anhalt","15");
    data.Item.IT_ITEM.DATA.ZZ_REGION.addItem("Thüringen","16");
    else
    data.Item.IT_ITEM.DATA.ZZ_REGION.clearItems();
    It does only change first region dropdownlist value, not others because both dropdown lists are in a Subform.
    Other problem is that it works only when All Country Dropdown lists are "DE". Means, first region dropdown list depends upon not only first country dropdown but also other dropdown.
    My requirement is, If first country Dropdown is "DE", only first Region Dropdown list should be fill, not others. And so on.
    Please provide solution that How can I change all dropdown lists of a Subform dynamically?
    Waiting for reply.
    Thank you
    Chandler Bing

    Hi Philip,
    You are assigning values only the first row.
    data.Daten.Daten.Daten.Data.DropDown.rawValue =  data.Daten.Aktion.DropDown.rawValue
    You have to use the assignment in loop.
    1. check number of rows in the table
    2. Assign values in loop
    // Use the internal table which you binded to dropdown for getting total rows.
    var rows = xfa.resolveNodes("****DropDownSrc.DATA[*]").length;
    for ( var i =0; i < norows; i++)
    data.Daten.Daten.Daten.Data[i].DropDown.rawValue =  data.Daten.Aktion.DropDown.rawValue
    Hope i got you correctly

  • By selecting the dropdown list a new empty browser tab is getting opened

    Hi,
    When i try to pass the parameters in Bi report, by selecting the dropdown list a popup(new empty browser tab) is getting opened why is this so. Can anyone help me to sort it out.
    Edited by: user9093700 on Jul 6, 2012 8:57 AM
    Edited by: user9093700 on Jul 9, 2012 8:46 AM

    If you have tabs on top and no menu then the tabs are in a "Windows" area so there is no space to right. If you put tabs back to the bottom you will have most of your old behavior but because of the changes to tabs on top most of the tab context menu stuff all of the context menu part was lost except the customize toolbar stuff, double-clicking on an empty spot was restored, and eventually during the FF 4 beta most of the tab extensions Firefox messed up eventually worked again except in the area to the right of the tabs.
    The Windows part of that double-click has to maximize or restore to normal,
    and you have to be able to drag the window by it;'s title bar.
    You can make Firefox 4.0.1 and '''Firefox 5.0''' look like Firefox 3.6.17, see numbered items 1-10 in the following topic [http://dmcritchie.mvps.org/firefox/firefox-problems.htm#fx4interface Fix Firefox 4.0 toolbar user interface, problems (Make Firefox 4.0 look like 3.6)]

  • Dropdown lists appearing behind report regions

    Has anyone encountered their dropdown lists disappearing behind page items. I have a report which sits just under the dropdown menus(lists). In the report I'm using HTMLDB_ITEM.SELECT_LIST_FROM_QUERY items. It displays fine but when I drop down a list, they disappear behind these items on the report.
    Am I doing something really dumb?
    Many thanks for any help.
    Mary

    Hi Mary,
    Welcome to the wonderful world of IE and SELECT tags!
    I think that there's nothing for it but to extend your javascript to make all of the select items invisible whilst a menu is open. How you do this depends on how smart you want the page to be. The idea is to set the SELECT objects style.visibility value to either "visible" or "hidden".
    Something like:
    &lt;script type="text/javascript"&gt;
    function showHide(sVisibility)
    var xx = document.getElementsByTagName("SELECT");
    var i;
    for (i = 0; i < xx.length; i++)
    xx&#91;i&#93;.style.visibility = sVisibility;
    &lt;/script&gt;
    Call this function as either "showHide('hidden');" or "showHide("visible");" as appropriate within the code that opens or closes the menu.
    You could extend this to only show/hide those select elements that would actually be covered by the menu - this is doable but a bit of a pain as you have to identify the x and y co-ordinates of the select object and the menu div. Only do this if you really need to.
    Regards
    Andy

  • Bug report: Time stamp misalignment in recent list

    Bug report: With the new compact design, go to recent pivot, tap on a conversation, press back button to go back to recent, notice the time stamps to the right of the list have moved even more right, with text being cut off the screen.
    Using Lumia 1020 with Cyan and 8.1.1 DP.

    I figured this would be the best place to post it so that an Apple representative might see it.
    Actually it's not as likely to be seen here since there are so many posts for any Apple rep to have to scan. The best way to report an issue to Apple is through the feedback pages or, if you're a member of Apple's developer program, through the bug reporter.
    Regards.

  • Customizing MSS reporting selection period dropdown list

    We have diffrent ABAP programs that uses the PNP logical database and we want to customize the period selection dropdown list on the MSS reporting iview. In same scenarios we want to display only 'Today'. In these scenarios we use the report together with a variant.
    When the user execute the report, the selection period on the variant is used and that is 100% correct. The problem is that the user change the selection period on the frontend (on the Iview) and this is not what is reflected on the output of the report, becasue the report uses a variant.
    Therefore we want to customize the period selection dropdown list on the Iviewin the scenarios where a report uses a variant.
    I know that we cannot customize the perido selction on the Iview, beacue we cannot set the properties on the Iview.
    Is anybody familiar with how we can accomplish this.
    Regards
    Margariet
    << moved by moderator - check out the list of other forums on top of portal forum >>
    http://forums.sdn.sap.com/thread.jspa?threadID=1239838&tstart=0
    Edited by: Anja Engelhardt on Feb 9, 2012 11:42 AM

    Hi Darren,
    We do have a property in the iview for which you can set the period. You need to know the name of the property. Give us the iview name so that we can have a look.
    Cheers,
    Sathya

  • Creating a Month dropdown list for a report with multiple datasets

    I am currently working on a report that contains many charts that rely on multiple datasets. Currently, I have parameters @StartDate and @EndDate to display the information of the previous month across all the charts as my default value. Now, I would like
    to create a dropdown list so that the user can pick any month, and have the report display the data across all the charts for that particular month, while keeping the display of the previous month as the default value. Can anyone help as to how I can approach
    this. Would I have to use an expression when I specify my available values, or would I have to create a dataset to get the value of all 12 months? Any help would be greatly appreciated.

    This is essentially where I am having some trouble, as in creating the dataset that returns the individual months of the year as I am relatively to the use of SSRS. Could you possibly elaborate on how I can do so? Thank you in advance!
    Create a dataset in SSRS
    Inside dataset properties map datasource and then inside give command like
    DECLARE @Month int = 5 --example value
    SELECT ...
    FROM Table
    WHERE datefield >= DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-2),0)
    AND datefield < DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-1),0)
    then on refresh it will take field information and parameter information by itself.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Wish list and bug reports?

    In my short acquaintance with xcelsius 2008 (fix pack 2 now) I have come across a number of bugs (not saying how big a number...) and come up with a number of new features suggestions which I consider crucial (sure, maybe noone else does) but I don't know of an offical repository for the above.
    Is there an official bug reporting tool for xcelsius? Where do I go and whige about feature omissions or suggest new ones please?
    THanks a lot
    c

    Wow, that's a real Christmas list. Some of the things you questioned others will have to answer as I've no experience with them, I don't use Pandora or have a Mac. I did check out the website you listed, the site loads just fine, the quicktime movies do not load nor run because you need the quicktime player and it's not compatible with the PB. I doubt if Apple is concerned about this :-).
    As for deleting the music file, go to AppWorld and download the AIR Browser (or other file manger of your choice), it's free, it lets you do almost everything, similar to Windows Explorer, select the file and nuke it. On the languages, it does change the keyboard and if you press and hold a letter that needs a special character that special character will show up in blue, tap it to use it, EX, in Spanish the N will have the Tilde over it. I did have the clicking on the keyboard go away once, did a restart and it's worked ever since. As for removing an App, go to. I just deleted Hotmail and Yahoo mail and it's been about 15 minutes and they've not come back so not sure about slacker. After you deleted them did you click the little check mark on the left in the menu bar to get out of and save the deletion? Some of the other things you mention like Auto Capitalize the first letter needs to be fixed and I bet you see them fixed in V2. It ain't perfect but I love it still. You might get better responses to an issue by listing only one per post and putting it in the subject line, then someone who is familiar with that issue will be more likely to see it and respond. Also check the previous posts and knowledge base for answers to a lot of questions. Hope this helps

  • Dropdown List in report program

    Hi
    Anybody send me the Dropdown list coding for a parameter in s selection-screen of a normal report program without using a module-program
    regards
    paul

    HI  paul
    try this
    TYPE-POOLS: VRM.
    TABLES SPFLI.
    TABLES SSCRFIELDS.
    DATA flag.
    DATA: NAME TYPE VRM_ID,
          LIST TYPE VRM_VALUES,
          VALUE LIKE LINE OF LIST.
    PARAMETERS PS_PARM LIKE SPFLI-CARRID  AS LISTBOX VISIBLE LENGTH 10
    USER-COMMAND
    fcodex.
    data: i_spfli type spfli occurs 0 with header line.
    PARAMETERS PQ_PARAM LIKE SPFLI-connid AS LISTBOX VISIBLE LENGTH 15
    USER-COMMAND
    fcodey.
    *DS AS CHECKBOX USER-COMMAND FLAG.
    INITIALIZATION.
      NAME = 'PS_PARM'.
      DATA T TYPE I VALUE 0.
    SELECT DISTINCT carrid into corresponding fields of table i_spfli FROM
    SPFLI.
      loop at i_spfli.
        VALUE-KEY = i_spfli-CARRID.
        VALUE-TEXT = i_spfli-CARRID.
        APPEND VALUE TO LIST.
      endloop.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          ID     = NAME
          VALUES = LIST.
    AT SELECTION-SCREEN.
      if sy-ucomm eq 'FCODEX'.
        REFRESH LIST.
        CLEAR LIST.
        PQ_PARAM = ' '.
        NAME = 'PQ_PARAM'.
        SELECT  * FROM SPFLI WHERE CARRID = PS_PARM.
          VALUE-KEY = SPFLI-connid.
          VALUE-TEXT = SPFLI-connid.
          APPEND VALUE TO LIST.
        ENDSELECT.
      endif.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF SY-UCOMM NE 'FCODEX' OR SY-UCOMM NE 'FCODEY'.
          CALL FUNCTION 'VRM_SET_VALUES'
            EXPORTING
              ID     = NAME
              VALUES = LIST.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    START-OF-SELECTION.
      clear i_spfli.
      refresh i_spfli.
    select * into table i_spfli from spfli where carrid = ps_parm and connid
    = pq_param.
      loop at i_spfli.
        WRITE: / 'CITY FROM:', I_SPFLI-CITYFROM, 'CITY TO :',I_SPFLI-CITYTO,
       'DEPARTURE TIME :', I_SPFLI-DEPTIME.
    regards
    kishore
    Message was edited by: Harikishore Sreenivasulu

  • Bootcamp Version 3.1 --List of bug reports for the Development Team to fix.

    Please create a list of bug fixes for the Development Team to address in the next version of Bootcamp (e.g., 3.2). This thread assumes that all users are presently running Bootcamp 3.1:
    1. Sound should not be muted every time a user reboots a newer MacBook laptop using Windows 7 Ultimate, 64-bit. My sound is always muted when I load Windows 7 Ultimate, and I have to manually turn it on each time.
    2. Left and right clicks on the trackpad should work out of the box using Windows 7 Ultimate, 64-bit. My left click operates a little less than 50 percent of the time -- i.e., I click it and nothing happens. I had to switch to "tap to click" as a workaround, however, I prefer the good old solid left click.
    Please step right up and add to the bug report list so that the developers have a checklist of issues that need to be fixed. When the bug report list has grown to a respectable size, I'll send an official letter to the C.E.O. to facilitate the bug reports reaching the development team.
    Message was edited by: lawlist

    lawlist wrote:
    Please create a list of bug fixes for the Development Team to address in the next version of Bootcamp (e.g., 3.2). This thread assumes that all users are presently running Bootcamp 3.1:
    1. Sound should not be muted every time a user reboots a newer MacBook laptop using Windows 7 Ultimate, 64-bit. My sound is always muted when I load Windows 7 Ultimate, and I have to manually turn it on each time.
    2. Left and right clicks on the trackpad should work out of the box using Windows 7 Ultimate, 64-bit. My left click operates a little less than 50 percent of the time -- i.e., I click it and nothing happens. I had to switch to "tap to click" as a workaround, however, I prefer the good old solid left click.
    Please step right up and add to the bug report list so that the developers have a checklist of issues that need to be fixed. When the bug report list has grown to a respectable size, I'll send an official letter to the C.E.O. to facilitate the bug reports reaching the development team.
    Message was edited by: lawlist
    FWIW, I don't have the symptoms you describe. So I think before you call a symptom a "bug" I think you should confirm that it is indeed a "bug" and not a configuration, software, or hardware issue caused by something such as incorrect installation, incorrect setup, or any other third party or user caused action.
    Also, FWIW, I don't think this forum is intended to be used as a survey for gathering "bugs". Apple has an official feedback page where they gather user experiences such as yours. I think if you post your "bugs" there they will get faster attention than posting them here in this user-to-user help forum.

  • Flash Professional is not on the bug report page list

    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Flash professional is not on the list. Making bug reports a little difficult. If it has another name it is not one showen in the "About Flash" dialog box.

    it's listed as flash authoring.
    web admins have already been contacted about fixing that (about 1 week ago).

  • Bug in copying report with PLSQL region...

    Where can i send about one possible bug...so it should not be public (picture shows sensitive debug infos) ...and it looks enough for finding problems?
    Scott (I owe you one bug report. here is chance to revanche?)
    THX!
    Application Express 2.2.1.00.04
    Oracle 10.2.0.2

    I have sent you at first time mail with "rar, www.rarlab.com" in attachment.
    Then I have sent you mail without attachment.
    So I ask where (how !?) to send attachment!?

  • BUG report - Inconsistent IR settings in Builder

    Apex 4.0.2
    Most of the reports used in the App Builder have been converted to use Interactive reports which is great. But I find that the IR settings are not consistent across all the reports. I had reported this during the tryapexnow.com beta phase. Now that we can use the new apex_application_install API to load up the Builder apps into our own workpace so we can review how they are built, the Region Utilities > Update Interactive Report Settings page shows this. Or just run the query
    select
    page_id, name, allow_save_rpt_public, show_finder_drop_down, show_display_row_count, show_search_bar, show_search_textbox, show_actions_menu, show_select_columns, show_rows_per_page, show_filter, show_sort, show_control_break, show_highlight, show_computation, show_aggregate, show_chart, show_notify, show_group_by, show_calendar, show_flashback, show_reset, show_download, show_help
    from apex_040000.wwv_flow_worksheets
    where flow_id=4000My main annoyance is the "Save Report Public" checkbox. The IR saved report list shouldn't be cluttered with all the report settings saved by all the workspace developers.

    Please submit an official bug report to Adobe at:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Alexander.
    Canon EOS 400D (aka. XTi) • 20" iMac Intel • 12" PowerBook G4 • OS X 10.4 • LR 1 • PSE 4

  • Bug report regarding SSL library used by Sharepoint web server

    I have attempted to report this by email to the [email protected] address, but they tell me this is not the correct address to use and have refused to give me a better one or forward my bug report on to the correct people. I'm hoping that by posting it here I will get the attention of someone who can fix the problem.PROBLEM DESCRIPTION:Accessing the Sharepoint web servers (157.55.229.87) is not possible from a Scientific Linux 6.5 system using OpenSSL 1.0.1e. Analysis of the network traffic shows the client successfully connects to the server and sends a TLS handshake. The server responds with a TCP ACK, but does not include a TLS handshake response. After 30 seconds the server tears the connection down with a TCP RST.
    This is reproducable with the following command:
    openssl s_client -showcerts -connect sexeysschool-my.sharepoint.com:443
    DIAGNOSIS:
    The client's TLS handshake contains several length fields - one in the TLSv1 record layer, another in the Client Hello handshake payload and one for each of the cipher suites list and extension list. Each of the length headers is 16 bits long, so should be able to contain any value up to 65535.
    By hand-editing the handshake packet and replaying it, I have discovered that if the value of the TLSv1 record layer length header is <= 255, the Sharepoint server responds correctly. However, if the length header exceeds 255, the Sharepoint server does not respond.
    Under Scientific Linux 6.5, 74 cipher suites (totalling 148 octets) and 5 extensions (totalling 65 octets) are presented by the client, yielding a TLSv1 record layer length of 258 octets.
    Please let me know if I can be of any further help, and if possible it would be useful to have some feedback regarding this issue so that we can keep our customers informed.

    Hi Mark,
    According to your description, my understanding is that the Article Date column displayed with the value based on GMT0 in the Refinement web part.
    Microsoft SharePoint stores date and time values in Coordinated Universal Time (UTC, but also named GMT or Zulu) format, and almost all date and time values that are returned by members of the object model are in UTC format. So the value
    of the Article Date column stores the date and time in UTC format in the database, and the search indexes the UTC value of the Article Date column after crawling the database so that it displays the UTC value in Refinement web part.
    The list column values displayed in the lists that are obtained through the indexer for the SPListItem class are already formatted in the local time for the site so if you’re working on current context list item and fetch a datetime field
    like so SPContext.Current.ListItem["Your-DateTime-Field"] you’ll retrieve a DateTime object according the specified time zone in the regional settings.
    More references:
    http://francoisverbeeck.wordpress.com/2012/05/24/sharepoint-tip-of-the-day-be-careful-when-wor/
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

Maybe you are looking for

  • Recording with iSight???

    Hello! I was wondering if it is possible to record off of my television with iSight/iMovie? Simply pointing the iSight at the TV really isn't what I'm looking for. I was hoping that there is a way I could get iSight/iMovie to work as a capture card.

  • Video In adapter for digital camera

    I need an adapter that will allow me to establish a video connection from a Nikon D90 digital camera to my iMac in order to show on the computer screen, in my classroom, a live image of whatever appears on the monitor on the back of the camera (menus

  • Firewire capabilites questions

    New to Mac. I have 4 questions related to FireWire 1 - Can both the 400 and 800 FireWire ports be used simultaneously? 2 - Can a regular fire wire device (big plug) be used (with and adapter cable) on the 800 port? 3 - Is there a 400 hub available th

  • LSMW field reading problem

    Hi Experts, I am trying to create a LSMW for ROH type material to create materials for tcode MM01. I have 62 fields to upload but having a problem. When i am passing through step READ DATA i noticed that upto 50 fields it is getting read successfully

  • Sign XML data

    Hello, I will need to design process that as output will have a XML package with data (some text and also base64 contents) and I need to digitaly sign this XML package. Is that possible with the LiveCycle and if so, what is the procedure? I did some