Iprocurement - ShoppingHomePg /CheckoutLinesPG- Required /Multi-tab field

Hi,
CheckoutLinesPG  page is a one of a Multi-tab pages in Iproc under the ShoppingHome Pg.
We have made a field rendered (enabled) using personalization and the field is required in the CheckoutLinesPG page.
Now the required property fires if a user goes to the CheckoutLinespage and clicks on apply.
ShoppingHome Pg. is a Main page which has multi-tab pages one of which is the CheckoutLinesPG.
But if the user doesn't go the CheckoutLinespage and clicks on submit from the main ShoppingHome pg I want the required property to fire.
What is the best way to go about this ? .
Any hints would be of great help.
Many thanks
Regis

Anand et all,
Many thanks so far.
I'm not able to capture values using the putTransactionvalue and getTransactionvalue. Attached below is the code in my extended controller of the called tab i.e CheckoutLinespg. Can you please help
I've only used the getTransactionvalue in the process request to trap the value but actually would be used only in the calling pg controller i.e CheckoutSummarypg.
The write diagnostics log doesn't show the values of the session parameters or other messages  but shows that the ProcessRequest , Processformrequest , Processformdata is run.
Log file  :- Processformrequest  part
+[32]:EVENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:OAF LOG: Event : Call Process Form Request, in: xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO: Entering Process Form Request+
+[32]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:processFormRequest.begin+
+[32]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:#Param# event=update+
+[32]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:#Param# isSubTabClicked=true+
+[32]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:executeServerCommand.begin: cmd=CheckoutLinesSvrCmd+
+[32]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:invokeMethod3: methodName=executeServerCommand+
+[33]:PROCEDURE:[icx.por.common.webui.ClientUtil]:invokeMethod3: methodName=executeServerCommand+.........
132]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:invokeMethod3.end
[132]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:executeServerCommand.end
[132]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:processSubTabClick().after populateAndValidate
**Log file :- Processformdata part**
+16]:EVENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:OAF LOG: Event : Call Process Form Data, in: xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO: Entering Process Form Data+
**Log file :- Processrequest part**
196]:EVENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:OAF LOG: Event : Call Process Request, in: xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO: Entering Process Request
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:processRequest.begin
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:handleAccessHomePage.begin
196]:PROCEDURE:[icx.por.common.webui.ClientUtil]:isContractorAccessAllowed.begin
[196]:PROCEDURE:[icx.por.common.webui.ClientUtil]:hrExpandCWKProfile=Y
[196]:PROCEDURE:[icx.por.common.webui.ClientUtil]:isContractorAccessAllowed=true
[196]:PROCEDURE:[icx.por.common.webui.ClientUtil]:isContractorAccessAllowed.end
[196]:PROCEDURE:[icx.por.common.webui.ClientUtil]:getPorAppsContext.begin
[196]:STATEMENT:[icx.por.common.webui.ClientUtil]:getPorAppsContext: get context from transaction
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:showHelperMessage().begin
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:#Param# AccOverridden=null
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:showHelperMessage().end
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:selectedSubtab = 1
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:#Param# Setting Org id in form value item OrgId = =7042
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:mode = display
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:selectedSubtab = 1
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:isAttachmentsTabSelected.begin
[196]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:determineSubTabMapping.begin
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:subTabName = AttachmentLinesRN
[196]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:region = CheckoutLinesRN
[197]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:AttachmentLinesRN is a match
[197]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:Returning subTabIndex = 3
[197]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:determineSubTabMapping.end
[197]:STATEMENT:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:#Param# isAttachmentsTabSelected=false
[197]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:isAttachmentsTabSelected.end
[197]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:executeServerCommand.begin: cmd=CheckoutLinesSvrCmd
[197]:PROCEDURE:[xccc.oracle.apps.icx.por.req.webui.XCCCCheckoutLinesCO]:invokeMethod3: methodName=executeServerCommand
[197]:PROCEDURE:[icx.por.common.webui.ClientUtil]:invokeMethod3: methodName=executeServerCommand
--- My code is ----------------------
package xccc.oracle.apps.icx.por.req.webui;
import oracle.apps.fnd.framework.OAViewObject;
import oracle.apps.fnd.framework.webui.OAPageContext;
import oracle.apps.fnd.framework.webui.beans.OAWebBean;
import oracle.apps.icx.por.req.webui.CheckoutLinesCO;
public class XCCCCheckoutLinesCO extends CheckoutLinesCO {
public XCCCCheckoutLinesCO() {
public void processRequest(OAPageContext oapagecontext,
OAWebBean oawebbean) {
super.processRequest(oapagecontext, oawebbean);
oapagecontext.putTransactionValue("p_prodcat","false");
// the below is only
String val = oapagecontext.getTransactionValue("p_prodcat").toString();
oapagecontext.writeDiagnostics(this," in processRequest of lines 1 " +val , 1);
oapagecontext.writeDiagnostics(this," in processRequest of lines 2" +val , 2);
oapagecontext.writeDiagnostics(this," in processRequest of lines 3" +val , 3);
System.out.println("Running extended controller processRequest......");
public void processFormData(OAPageContext oapagecontext,
OAWebBean oawebbean) {
super.processFormData(oapagecontext, oawebbean);
public void processFormRequest(OAPageContext oapagecontext,
OAWebBean webBean) {
oapagecontext.putTransactionValue("p_prodcat","true");
if (oapagecontext.getParameter("update") != null)
oapagecontext.writeDiagnostics(this," in processformRequest of lines val ", 1);
System.out.println("Running extended controller processformRequest......");
super.processFormRequest(oapagecontext, webBean);
Thanks & Regards
Regis.

Similar Messages

  • Address Book: Importing Multi-Line Fields

    A common and often unavoidable import format for Mac Address Book is Comma Separated Value files (.csv). Address Book cannot import CSV files that have multi-line fields, such as might be included in Notes, because it cannot tolerate embedded newline characters (a.k.a., carriage returns, line breaks). (See http://docs.info.apple.com/article.html?path=AddressBook/4.0/en/ad808.html. The CSV spec (http://en.wikipedia.org/wiki/Comma-separated_values) addresses this need by requiring that fields which contain newlines be enclosed in quotes, but Address Book doesn't adhere to this part of the standard.)
    Here's a way to import CSV files and have multi-line fields preserved:
    Using an editor, replace +every embedded+ newline character in the CSV file with "\n". Take care to not alter the newline characters that end each record. Import the resulting file into Address Book using the CSV option. Selecting the 'Last Import' group, export those specific records using the vCard option. Then delete those records. Then import the vCards previously exported. Presto!
    Apparently, although Address Book is blind to "\n" when importing CSV files, and exporting vCard fields, it interprets this character sequence as newline when importing vCards.

    Hi Adam,
    Thanks, but the problem is not importing to AddressBook, it is exporting.  I did discover from another that I can export very easily to a Numbers spreedsheet.  It is exceptionally simple.  But it will not export custom fields.  Someone said that is because of a vcard standard.  My custom fields are just "name" fields that I have labeled differently.  But Numbers does not support the name (it only takes the name of the card).
    Christine

  • XML Publisher Multi tab Report: Help needed

    Hi,
    I have a requirement like below--
    Need to develop master detail XML Report in R12. O/P will be in excel.
    Excel output having two Work sheet.
    Some columns data must be non editable in excel output ,whereas some columns will be editable.
    User must not be able to add any line manually in the report.
    Can anyone pls help me out to find a way to build this?????????
    Thanks
    Titas

    Hi Titas,
    Any luck with this? Were you able to create a multi-tab report using XML Publisher? Any help on this will be greatly appreciated.
    Thanks.

  • Custom tab field is missing in me21n

    hi all,
    i am doing one enhancement work.
    requirement is custom tab with custom field creation in me21n Tcode.
    i have created all the things using user exit and its working fine also.but now  inside the tab field is not displaying.
    i dont know what happen, pls some one help me its very urgent.
    thanks & Regards,
    S.Kavitha

    Hi ,
    Please find the below screenshot.it is used to add custom tab in header level or item level also.once you added the field in layout,active the layout screen and also active the Enhancement .
    Regards ,
    Karthikeyan R

  • Can we create Multi Tabbed excel Sheet using Crystal Reports 2008

    Hi,
      We want to create a Crystal Report which will export the output as multiple Tab's ( we can use sub reports).  Can we create a Multi Tabbed excel Sheet using Crystal Reports 2008 ( not  Crystal reports Basic 2008). Please share any information/links on how to do that.
    Also if it is not supported please let us know which version supports it.
    Thanks,
    Vasu

    At least one of the 3rd-party Crystal Reports Desktop Scheduling tools listed at: http://www.kenhamady.com/bookmarks.html provides that functionality.  It allows you to burst a single report so that each Group at level 1 becomes a separate tab.  You can control the tab names (and tab colors) via fields/formulas inside the report.
    You can also automate the process of exporting to (and also replacing or appending to) specified tabs inside existing workbooks.

  • Supressing tabs in multi tab report

    I have a multi tab report that all the tabs are based off different queries.  I want to suppress individual tabs and not have them export in Excel if the query returns no records.

    Hi,
    We can do this manually by selecting required report tabs (copy) and saving them in excel or to automate  this process should work on SDK.
    Cheers,
    Suresh Aluri.

  • Steps for transferring data to extra tab fields

    Hi,
          I have to populate target days from range of coverage to extra tab field. What are the steps I need to follow?
    First I need to use the FM EXIT_SAPLCMAT_001 to get the value on R/3 side and send to APO
    I think I need to create a file and give a name for that in APO product master Extra tab.
                   I know how to do the first part then I don't have any idea on how to proceed after that.
    I would appreciate any help.
    Thanks.

    I found the procedure myself.
    Here it is:
    1. Create a project in CMOD for the user exit FM “EXIT_SAPLCMAT_001”
    2. Enter your coding to populate the field one of the fields AT01 to 05 in the table CT_CIF_MATLOC-AT10X ( X being on of 1 to 5)
    3. In APO, maintain the field names in SPRO>APO>Master data>Maintain Freely definable attributes for the field AT10X as “Your required text here”. 
    When the material is CIFed from R/3 to APO, it is filled in the field “Your required text here”.

  • How to add a new tab(field ) in selecting ranked list(cj20n)

    Hi,
    I want to add a tab/field  for position of employee while selecting ranked list.As i have to select employees on the basis of their skills  and positions  .I have used requirement profile but it is selecting on the basis of skils and not on the basis of position.
    If I select Item tab it selects on the basis of Positions But i want to select on the combination of both skills and positions.
    So i want to add field (position ) when it shows ranked  list of employees.
    Thanks

    Hi
    I'll try to explain better my need.
    I've 10 CO-PA Key-Figures used to Split in the Cost of a material in different Cost Items.
    Using the customizing I fill these key-figures using some rules.
    The new requirement is use SOMETIME the same KF, by displaying different Costs overwritting the original values using the exit ZXYEXF05. But I need to know when the user wants consider the original value of KF, and when he wants overwrite these values (when I have to run teh exit). So I thought to create a new Selection-screen field (Char1), to permit to the user to pass to some report this user request. I thought to define a global variable, and add it to several reports when this feature is required.
    Can you suggest a better solution ???
    I could create some empty KF and fill them using teh exit, but I would prefer not expand the CO-PA structure.
    Thanks for help.
    Claudio

  • How To Import Into A Table with Multi-Value Fields

    Hello:
    I have a table with a multi-value field that contains states in which a company does business.  It is multi-value because there can be more than one state.  I tried to import a text tab-delimited file in which the data was arranged as follows:
    Field1 Tab Field 2 Tab OR, WA, CA Tab
    The "State field contained the multiple entries separated by a comma (like they appear in a query of the multi-value field), but it won't accept it.  Does anyone know how to import into a multi-value field?
    Thanks,
    Rich Locus, Logicwurks, LLC

    Joana:
    Here's the code I used to populate a multi-value field from a parsed field.  The parsing routine could be greatly improved by using the Split function, but at that time, I had not used it yet.   FYI... the field name of the multi-value field in
    the table was "DBAInStatesMultiValue", which you can see in the example below how it is integrated into the code.
    Option Compare Database
    Option Explicit
    Option Base 1
    Dim strInputString As String
    Dim intNumberOfArrayEntries As Integer
    Dim strStateArray(6) As String
    ' Loop Through A Table With A Multi-Value Field
    ' And Insert Values Into the Multi-Value Field From A
    ' Parsed Regular Text Field
    Public Function InsertIntoMultiValueField()
    Dim db As DAO.Database
    ' Main Recordset Contains a Multi-Value Field
    Dim rsBusiness As DAO.Recordset2
    ' Now Define the Multi-Value Fields as a RecordSet
    Dim rsDBAInStatesMultiValue As DAO.Recordset2
    ' The Values of the Field Are Contained in a Field Object
    Dim fldDBAInStatesMultiValue As DAO.Field2
    Dim i As Integer
    ' Open the Parent File
    Set db = CurrentDb()
    Set rsBusiness = db.OpenRecordset("tblBusiness")
    ' Set The Multi-Value Field
    Set fldDBAInStatesMultiValue = rsBusiness("DBAInStatesMultiValue")
    ' Check to Make Sure it is Multi-Value
    If Not (fldDBAInStatesMultiValue.IsComplex) Then
    MsgBox ("Not A Multi-Value Field")
    rsBusiness.Close
    Set rsBusiness = Nothing
    Set fldDBAInStatesMultiValue = Nothing
    Exit Function
    End If
    On Error Resume Next
    ' Loop Through
    Do While Not rsBusiness.EOF
    ' Parse Regular Text Field into Array For Insertion into Multi-Value
    strInputString = rsBusiness!DBAInStatesText
    Call ParseInputString
    ' If Entries Are Present, Add Them To The Multi-Value Field
    If intNumberOfArrayEntries > 0 Then
    Set rsDBAInStatesMultiValue = fldDBAInStatesMultiValue.Value
    rsBusiness.Edit
    For i = 1 To intNumberOfArrayEntries
    rsDBAInStatesMultiValue.AddNew
    rsDBAInStatesMultiValue("Value") = strStateArray(i)
    rsDBAInStatesMultiValue.Update
    Next i
    rsDBAInStatesMultiValue.Close
    rsBusiness.Update
    End If
    rsBusiness.MoveNext
    Loop
    On Error GoTo 0
    rsBusiness.Close
    Set rsBusiness = Nothing
    Set rsDBAInStatesMultiValue = Nothing
    End Function
    Public Function ParseInputString()
    Dim intLength As Integer
    Dim intStartSearch As Integer
    Dim intNextComma As Integer
    Dim intStartOfItem As Integer
    Dim intLengthOfItem As Integer
    Dim strComma As String
    strComma = ","
    intNumberOfArrayEntries = 0
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    ' Skip Zero Length Strings
    If intLength = 0 Then
    Exit Function
    End If
    ' Strip Any Leading Comma
    If Mid(strInputString, 1, 1) = "," Then
    Mid(strInputString, 1, 1) = " "
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    If intLength = 0 Then
    Exit Function
    End If
    End If
    ' Strip Any Trailing Comma
    If Mid(strInputString, intLength, 1) = "," Then
    Mid(strInputString, intLength, 1) = " "
    strInputString = Trim(strInputString)
    intLength = Len(strInputString)
    If intLength = 0 Then
    Exit Function
    End If
    End If
    intStartSearch = 1
    ' Loop Through And Parse All the Items
    Do
    intNextComma = InStr(intStartSearch, strInputString, strComma)
    If intNextComma <> 0 Then
    intNumberOfArrayEntries = intNumberOfArrayEntries + 1
    intStartOfItem = intStartSearch
    intLengthOfItem = intNextComma - intStartOfItem
    strStateArray(intNumberOfArrayEntries) = Trim(Mid(strInputString, intStartOfItem, intLengthOfItem))
    intStartSearch = intNextComma + 1
    Else
    intNumberOfArrayEntries = intNumberOfArrayEntries + 1
    intStartOfItem = intStartSearch
    intLengthOfItem = intLength - intStartSearch + 1
    strStateArray(intNumberOfArrayEntries) = Trim(Mid(strInputString, intStartOfItem, intLengthOfItem))
    End If
    Loop Until intNextComma = 0
    End Function
    Regards,
    Rich Locus, Logicwurks, LLC
    http://www.logicwurks.com

  • Mass updating a multi-valued field- to append the new value

    I have a question on multi-valued fields:
    I have store table with 5 multi-valued fields, say MLB, soccer, college FTBL, college Basketball, etc. 
    A store can have 4 MLBs, 2 soccer teams, and so on. 
    Say, there is a new MLB that came out called Mexico MLB team. 
    A user wanted to add this to 30 stores using a mass update.  But remember the 30 stores can have totally different sets of values in the multi-valued fields.
    How can I add this new value while still preserving the MLB team’s values of each store record?
    Does MDM not support this feature?
    I am using SAP MDM SP6
    An answer would be highly appreciated.
    Thanks
    Savi

    Savi,
    I assume you are defined these fields as multi-value lookup and linked to main table. In general, you can not because it will mess up and overwrite your multi-value entries for all of your 30 store records.
    Here is something in MDM come in handy. It is following the same concept but design your model a little differently. If you model your multi-value fields into qualified lookup table, it will be easier and optimized to handle.
    You can select all 30 records and mass-update with adding the new MLB entry into your Q-lookup table. Once you save, this mass-update action will respect all your diversity of each individual records with the new value added.
    Hope this helps
    If this answers your question, please kindly reward the points.
    Regards
    Dawei

  • How to make multi-box fields for name or address in a PDF form to be filled in?

    I would like to know how to make fields for name and address in a PDF form.
    I am now using Acrobat 8 Pro on Windows Vista. I have downloaded a form in the format of a PDF file. Basically it is just a file holding images of pages of the document, and there are no fields for me to type something on it using computer. This form will be used frequently by me, but I don't want to print it out and fill it in every time by hand. I want to fill it in in the computer and print copies of it when needed. The output will then be much more neat and tidy.
    I have seen PDF forms with blanks for typing name and address, which means the form can be filled in on the computer before printing. They are special, as these blanks allow users to type name and address with every character occupying a box in the field, which consists of ten boxes or so. These are not ordinary textfields. I want to make similar inputting field as well.
    Does anyone knows something about making these input fields with each character using 1 little box in the multi-box field? Any ideas are appreciated.

    Does anyone knows something about making these input fields with each
    character using 1 little box in the multi-box field?
    Use text fields with the comb of x characters feature.

  • How to expand multi-line fields in pdf forms?

    I have a FormsCentral PDF form, which allows users to fill out the form and save as a PDF. However, after receiving the completed forms, I am unable to see all the text in the multi-line field boxes without opening them and scrolling down. Since I will be sharing several of these competed forms with a review panel, I would like to:
    1) Display the entire content of the multi-line field boxes rather than having the reader scroll down, then
    2)  Save the completed forms so that its read-only when I send it to the review panel
    I am not collecting responses via FormsCentral. I am just receiving the PDF via email.
    Can someone please help me?
    Thank you!

    You can use a script to change the font size to Auto, which will cause all of the text to display, assuming it can be even at a font size of 4. For example, the following code can be executed in the interactive JavaScript console (Ctrl+J):
    // Set the font size to Auto for a text field named "Text1"
    getField("Text1").textSize = 0;
    A script that will change this for all multline fields in the form is:
    // Set the font size for all multiline fields to Auto
    for (var i = 0; i < numFields; i++) {
        var fName = getNthFieldName(i);
        var f = getField(fName);
        if (f.type === "text" && f.multiline && f.textSize !== 0) {
            f.textSize = 0;
    This script could be included in an Action if you want to do this for a collection of forms.

  • How do I open a multi-tab excel document in numbers?

    New mac for Christmas!
    I am reluctant to instal MS Office and am willing to try out Apples programs. Only major issue is I cannot open my multi-tab workbooks that I created in Excel. I use them daily. Is there anyway to open them? Does the Numbers program have tabs si

    What have you tried?  I generally drop the excel file on the Numbers icon in the doc.
    If you want the files to remain excel files you should get excel.  If you are ok transitioning to Numbers give it a try.  Numbers will export to excel once a file is open but does NOT natively save excel files.
    You can also try OpenOffice or LibreOffice for free.

  • Can't open new tab by going to file/new tab (or CTRL+T or clicking on the new tab field). Only way is to right click on a link and choose open in new tab.

    Can't open new tab by going to file/new tab (or CTRL+T or clicking on the new tab field). Only way is to right click on a link and choose open in new tab.

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • [Agentry] Identifying the selected object in multi-tab lists on iPad

    hi all,
    On iPad, we can create a multi-tab lists to group objects based on different criteria as shown below.
    In my implementation, I created a Tile Display which holds a screen set called “Lists” with multiple list screens.
    Once we select an object in one of the lists, we need to either display details of the it or execute some transactions on that object. Then I had difficulty to find a way to identify the selected object. Since this is a screen set inside a tile display. I first tried to see if I can drill down on the tile display.
    As shown above, I cannot go further on the tile display.
    Then I tried to see if I can find the object on the “Lists” screen set. There are four screens each of which has “selected object” option. During the application’s execution, the user may switch between lists/tabs. Is there any method we can figure out which tab/screen the user is currently on?  With that piece of information, I can identify the screen and then the object accordingly.
    My development environment is 6.0.42 and iOS 7.1.
    If this is not correct way to accomplish such function, is there any work around available to present a workable multi-lists tile on iPad?
    Thanks a lot.
    -Yang

    Jason,
    My following question might be a bit off the original topic. Please let me know if you want me to open a new post.
    I actually tried the navigation as well as the list selection. The navigation did happen. However, instead of presenting the Lists screen in the original tile display, a new full screen is created after the navigation which covers the original screen on iPad.
    This leads to a general question regarding the navigation on screen with tile display. For pocket PC, the navigation is straight forward as a new screen is going to be created to cover the original screen. On tablet, if tile display is used, is it possible to navigate to, i.e., activate the focus on, a particular screen inside a tile display?
    Please let me know if I make my question clear.
    Thanks a lot.
    -Yang

Maybe you are looking for

  • No LAN access on Touchsmart PCIQ772.uk via Wireless or Ethernet or USB Adaptor

    Hi, I'm helping a customer whose internet access suddenly stopped on June 2nd.  My confidence in being able to repair it dwindled after I eliminated all the ususal suspects, so I wonder if someone could help please? 1. the PC runs Windows Vista SP1 a

  • Cant get into my phone. help?

    I recently bought an iphone 5s and while i was activating it i forgot my passcode mid activation. So when it asked me to put it in again i couldnt get it, and this was while i was activating it.  Later i was able to reactivate it to default settings,

  • Acrobat pro 9 insufficient rights

    I'm sure this is an easy one, but I'm unable to install this w/o admin rights. If I create the object & point it to the MSI, everything runs wonderfully. BUT, I'm wanting to use Adobe's customization wizard to create an MST to do a full, patched inst

  • Apple Remote desktop does not start

    Hello, I just bought Apple Remote desktop (3.7.1) on the App Store. When I launched it on my iMac (17", 3.4Ghz/8Gb/1Tb) under OSX 10.9.1 the menu of Apple Remote desktop appear but nothing else, no window. When I put my cursor in the menu the color w

  • Button issues after deployment

    We are having a problem with some buttons after importing an application from another workspace. The issue that we are seeing is that some of our processes and branches that are conditional based on "When Button Pressed" are being changed from a name