List item - Population - Based on Data setup

Dear All,
I need to populate the list item based on data defined at the database level.
Tables Used:
Table 1 : JBCAI_JOB_COM_ADD_INFO
Column Name     Pk     Null?     Data Type     Default     
JBEDC_UID          1     N     NUMBER (22)          
JBCAI_ADD_INFO_CODE     2     N     VARCHAR2 (2 Char)          
JBCAI_INFO_CODE_SEQUENCE      3     N     NUMBER (3,1)     1     
JBCAI_ADD_INFO_TEXT     Y     VARCHAR2 (35 Char)          
SHIPCOMP_CODE     N     VARCHAR2 (4 Char)     
Table 2 :CODES
CODE_TYPE CODE_VALUE DESCRIPTION NEXT_VALUE CODE_FLAG
MCAR 01 Customs References 01 NULL N
MCAR 02 Customs References 02 NULL N
MCAR 03 Value of Commodities NULL N
MCAR 04 Currency of commodities NULL N
MCAR 05 Purchase Order Number NULL N
MCAR 06 Other NULL N
MCAR 07 Consignee Name NULL N
MCAR 08 VIN NULL N
FORMS Section
=========
JBCAI_ADD_INFO_CODE are the list items which needs to be populated; JBCAI_ADD_INFO_TEXT(free text) which user can enter any descriptions.
References - Label of the Block
JBCAI_ADD_INFO_CODE JBCAI_ADD_INFO_TEXT
Customs References 01 - Free Text()
Customs References 02 - Free Text()
Value of Commodities - Free Text()
Currency of commodities - Free Text()
Purchase Order Number - Free Text()
Other - Free Text()
Consignee Name - Free Text()
VIN - Free Text()
VIN - Free Text()
Business Rules:
If JBCAI_ADD_INFO_CODE has the flag as 'N' in CODES table then user can select only one time from the list item.
If JBCAI_ADD_INFO_CODE has the flag as 'Y' in CODES table then user can do multi-selection from the list item e.g; VIN
How the records are fetched:
Value for the list item are been populated from CODES table ; which am doing through the below query.
In WHEN-NEW-FORM-INSTANCE am using the below code:
PROCEDURE p_fetch_code_value
IS
          l_query VARCHAR2(200) ;
          l_rg_name VARCHAR2(40) := 'CODES';
          l_errcode NUMBER;
          l_rg RECORDGROUP;
     BEGIN
          l_query := 'SELECT adcod.description description,adcod.code_flag code_flag FROM codes adcod WHERE adcod.code_type = ''MCAR''                    AND adcod.code_value IN (''01''''02'',''03'',''04'',''05'',''06'',''07'',''08'') ORDER BY code_value';
          l_rg := FIND_GROUP( l_rg_name );
          IF ID_NULL(l_rg) THEN
          l_rg := CREATE_GROUP_FROM_QUERY(l_rg_name, l_query);
          END IF;
          l_errcode := POPULATE_GROUP( l_rg );
          POPULATE_LIST('BLK_CONTROL.JBCAI_ADD_INFO_CODE',l_rg);
EXCEPTION
Handled WHEN OTHERS exception
END p_fetch_code_value;
Saving of Record:
List value selection are saved to JBCAI_JOB_COM_ADD_INFO.JBCAI_ADD_INFO_CODE column.
Free Text is saved to JBCAI_JOB_COM_ADD_INFO.JBCAI_ADD_INFO_TEXT column.
Doubt:
When i select the first list item value i.e Customs References 01 and then enter some description i.e free text and moved to the next list item; the value Custom reference 01 should not be visible wheras the other values should have to be visible e.g; Customs Reference 02,Value of Commodities.....
Please help and let me know how can i acccomplish this task?
Thanks....
Regards,
Sunil.G

Hi Sarah,
Thanks for your reply.
There is no issue in the population of the list item; it is working fine with the query which i have pasted.
My doubt is:
There are few places where i have set the code_flag as 'Y' / 'N'.
For the first time when user selects the list item; all the values should be shown.....
If user has selected the first list item i.e Customs Reference 01 for which the code_flag is 'N' from a multi-record block; then when he moves to the further lines the previous selection for which the flag is set as 'N' should not be shown(if user has already selected once) e.g; 'Customs Reference 01' should not be shown again if user has made the selection before.
Plz revert incase more explanations required.
Thanks...
Regards,
Sunil.G
Edited by: Sunil G on Nov 29, 2009 12:16 AM

Similar Messages

  • How can I delete a list item entry based on date? Nintex workflow?

    I have a list with two columns. One of the columns in the list has a training date. I would like to delete entries in the list after the date has passed. How can I do this?
    Should I create a Nintex workflow to run everyday?  What operation in Nintex would I use to check the date in the list and then delete an entry if the current date has come?

    Murugesa,
    I have access to SharePoint Designer and also Nintex.  Are you suggesting I use SharePoint Designer instead of Nintex?  I have not used visual studio much so my knowledge with it is not good.
    You can create the simple workflow using visual studio. Drag and drop the IF else activity and Code activity to delete the item.
    Inside code activity event, Retrieve your date column value and compare against your logic date. if list column value passed then code activity executes the deletion.
    Option 2:
    If you have SPD design permission on your site,you can simply wire the same logic in the out of box workflow GUI level.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • Select List item with closest upcoming date

    Hello!
    I am creating a workflow for SharePoint 2010 using SharePoint Designer 2010. I do not have Visual Studio, and then ONLY tool I have is SharePoint Designer 2010.
    I have a workflow and need to create a custom variable that is the title field of a Project list item.
    The list items needs to be chosen by three criteria -
    1) It needs to be an item where the project field = ProjectX
    2) It needs to have a status that is not "Complete"
    3)  Iit needs to be the one where the Start Date is the closest to [Today]
    That is, find which task in Project X is the next one to being.
     Once again, this must be done in SharePoint Designer 2010, or with calculated columns.
    Thanks!
    Tom

    I'm thinking that we can set the default view of this list such that it filters for Start Date >= Today and then sort by Start Date. When the Workflow runs through the list, if it uses the default view, then the first returned item will be what it uses.
    I can't test that right now, but I think it's worth a try.
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Can we create a list item as a data block item?

    Hi,
    I have changed a text item to list item on the data block.
    This list item used to get populated when it was control block item, but after i changed it to data block item, it's not getting populated.
    My question is, can we create a list item(poplist) as a data block item?
    Any idea?
    Thanks in advance
    R.G

    Hi
    When you use ctl blocks data dose not fetch from Database. But in data blocks it get fetches when you execute query. So you have to make sure table column values are matching with the List Box values you have given.
    So please check table values.
    Nilaksha.

  • How to filter data by list item

    hi all,
    I create list item on block BLK1 ,
    name :emp_name
    item type: list item
    elements in list : list_elements : (null) list_item : (null)     
    data type : Char
    maximum length : 200
    and create PROCEDURE :
    PROCEDURE POPULATE_LIST_BY_QUERY(P_LIST_NAME VARCHAR2,P_QUERY VARCHAR2) IS
       RG_NAME  VARCHAR2(30) := 'RG_CODE_DESC' ;
       RG_ID    RecordGroup;
       errcode  NUMBER;
       LIST_ID  ITEM;
    BEGIN
         RG_ID := FIND_GROUP(RG_NAME);
         IF NOT ID_NULL (RG_ID)
            THEN DELETE_GROUP (RG_ID) ;
         END IF;
         RG_ID   := Create_Group_From_Query (RG_NAME, P_QUERY) ; 
         errcode := Populate_Group (RG_ID) ;  
         LIST_ID := FIND_ITEM (P_LIST_NAME) ;
         POPULATE_LIST (LIST_ID,RG_ID) ;
    END;and wrote in trigger WHEN_NEW_FORM_INSTANCE:
      POPULATE_LIST_BY_QUERY('BLK1.emp_name', 'SELECT emp_name,emp_id FROM employees');
    create table employees
    (emp_no number(10) primary key,
    emp_name varchar2(200))
    Insert into EMPLOYEES
       (EMP_NO, EMP_NAME)
    Values
       (1, 'hhh uuo');
    Insert into EMPLOYEES
       (EMP_NO, EMP_NAME)
    Values
       (2, 'hh ppp');
    Insert into EMPLOYEES
       (EMP_NO, EMP_NAME)
    Values
       (3, 'ph');
    Insert into EMPLOYEES
       (EMP_NO, EMP_NAME)
    Values
       (4, 'uuuuu');
    COMMIT;when Run my form list item give me all data, no problem ,ok
    My question is that can i want to filter data when write anythnig data is found im my list or part of data,
    show data only by my filter,
    for example:
    I wrote in my list : hh
    show data in list:
    hhh uuo
    hh ppp
    I wrote in my list : h
    show data in list:
    hhh uuo
    hh ppp
    ph
    I wrote in my list : uu
    show data in list:
    uuuuu
    if not wrote anything fetch me all data,
    Thanks a lot

    Hi,
    You can try,
    POPULATE_LIST_BY_QUERY('BLK1.EMP_NAME', 'SELECT EMP_NAME, EMP_ID FROM EMPLOYEES WHERE EMP_NAME LIKE ''' || <your_search_variable> || '%''');Hope this helps.
    Regards,
    Manu.

  • Problem passing value from List Item to List Item

    OK I will try to explain what I am trying to do. I have a Form that List Item at the top and they cascade from left to right. When I get to the BPOST_TAG I choose the Bpost then move to EPOST_TAG to choose the Epost. The EPOST_TAG should show all the Epost that go with Bpost you already chose, but it only showing 1 or 2. Below is the example of how should work!
    SYSTEM     COUNTY     ROUTE   BPOST_TAG      EBPOST_TAG
    1 77 80 025 030
    ------- The Return Values Should be as below-------------------------------------------------
    Sy Co Route Dir Bpost Epost Miles Descrption
    1 77 80 1 025 026 ? ?
    1 77 80 1 026 027 ? ?
    1 77 80 1 027 028 ? ?
    1 77 80 1 028 029 ? ?
    1 77 80 1 029 030 ? ?
    1 77 80 2 025 026 ? ?
    1 77 80 2 026 027 ? ?
    1 77 80 2 027 028 ? ?
    1 77 80 2 028 029 ? ?
    1 77 80 2 029 030 ? ?
    The top 5 List Items are based on the first Data Block (PMISCURR) and the bottom 8 columns are based on the second Data Block (PMISCURR1).
    I have PRE-QUERY on the first Data Block (PMISCURR), below is code for the PRE-QUERY.
    DECLARE
    Wh_clause VARCHAR2(200);
    BEGIN
    IF :PMISCURR.SYSTEM is not null then
         Wh_clause := 'SYSTEM = '||:PMISCURR.SYSTEM;
    END IF;
    IF :PMISCURR.COUNTY is not null then
         Wh_clause := WH_CLAUSE ||'AND COUNTY = '||:PMISCURR.COUNTY;
    END IF;
    IF :PMISCURR.ROUTE is not null then
         Wh_clause := WH_CLAUSE ||'AND ROUTE = '||:PMISCURR.ROUTE;
    END IF;
    IF :PMISCURR.BPOST_TAG is not null then
         Wh_clause := WH_CLAUSE ||'AND BPOST_TAG = '||:PMISCURR.BPOST_TAG;
    END IF;
    IF :PMISCURR.EPOST_TAG is not null then
         Wh_clause := WH_CLAUSE ||'AND EPOST_TAG = '||:PMISCURR.EPOST_TAG;
    END IF;
    END;
    OK It's just not my day I can't even get this line-up! :)
    Edited by: Monty on May 5, 2011 2:58 PM

    Hello,
    Simply get the current item value in a When-List-Changed trigger:
    current_value := :block.listitem ;Francois

  • InfoPath: Cascading Fields, need to get ID of final selected list item

    I have a two drop down lists in an InfoPath form. They are getting their data from a SharePoint List that has two columns: Objectives, Strategies.
    The drop down lists are cascading. So dropdown list 2 (DDL2) values change depending on what dropdown list 1 (DDL1) is set to.
    So my list looks like this:
    objective 1 - strategy 1
    objective 1 - strategy 2
    objective 1 - strategy 3
    objective 2 - strategy 1
    objective 2 - strategy 2
    The cascading part in InfoPath works correctly. My problem is that I need to get the ID of the item (strategy) selected in DDL2.
    DDL1 gets its values from an external data source (sharePoint list):
    Entries: /dfs:myFields/dfs:dataFields/d:SharePointListItem_RW
    Value: d:Objective
    Display name: d:Objective
    DDL2 gets its values from the same external data source (sharePoint list):
    Entries: /dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Strategies[../d:Objective = xdXDocument:get-DOM()/dfs:myFields/dfs:dataFields/my:SharePointListItem_RW/my:obj]
    Strategy is filtered based on Objective = Objective
    Value: Strategies
    Display name: Strategies
    How can I get the ID of the Strategy selected in DDL2 so that I can write it out to another column that SharePoint can use in a workflow. The only value returned in for DDL2 is Strategy, no ID option.

    Hi Sonners,
    If you want to get the ID of the selected "Strategy" item in DDL2, I think you may need to use the same approach to retrieve the same external data source(SharePoint list have the Objectives and Strategies columns) on another field, then
    filter the list item ID based on the selected Strategy value in DDL2 which equals to the strategy value in that external SharePoint list.
    Or you don't need to get the list item ID of the "Strategy" selected in DDL2 in InfoPath form, you can directly get the list item ID which is filtered by the condition SharePoint list item "Strategy" column value equals
    to the value selected in DDL2 in Desinger workflow, then use the ID value as you want in workflow.
    I have tried a similar method for another requirement like this
    post, you can take a look.
    Thanks
    Daniel Yang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Send Email with Contents of List Item (not from workflow)

    End users have requested the capability to email a single list item, with all its data (by which they mean the data they see in their view), to an address to be entered on the fly. In other words, they want an option in the ECB or ribbon where
    they would fill in a box with an email address (not necessarily a SharePoint user) and the contents of the selected list item would be sent out by the portals email, which is already configured.
    My searching has found similar solutions involving workflows, but nothing in the way of an 'on-demand' type of process. If this is something that needs to be developed, I am not afraid to jump in, but am hoping there might be something I can leverage already
    in place.
    I would appreciate any ideas on this.
    Echo Train Nashville TN

    Hi Echo Train,
    I would still look at using a Workflow for this. Easiest option to setup and maintain, and
    you can still enter an email (or multiple emails) on demand.
    For the List Workflow click on Initiation Parameters and add one with
    Field name of Email for example.
    Description (something like): "Please enter the email(s) you wish to send the list item information. Separate each email with a semi colon ;"
    Information type: Single line of text
    Default value: leave it blank
    Next add a Send an Email action with the following settings:
    To: Select from existing Users and Groups > Workflow Lookup for a User...
    > Data source: Workflow Variables and Parameters
    > Field from source: Parameter: Email
    > Return field as: As String
    Then setup your Subject and Body using the Fields from the Current List Item
    Save the Workflow then go back into the Workflow settings and ensure that: Allow this workflow to be manually started is the only option selected.
    Publish the workflow and your users should now be able to click on the Workflow with the ability to enter one or more emails.
    There are other options apart from using a Workflow such as setting up an Action with some ECMA script, but much more difficult to create and maintain, which in this instance I would still opt for the Workflow solution.

  • Large list items are not crawling

    Recently we have migrated SharePoint 2007 application to SharePoint 2013. In that we are having a list which contains 40000+ items and each item have unique permissions set based on the business requirement.
    After migration, we have ran full crawl on the web application. After the crawl, the list items are not crawled and displayed in the search results. When checked in the crawl log, there is no entry related to the list items.
    Based on suggestions from the blog and microsoft we have changed the FilterProcessMemoryQuota and DedicatedFilterProcessMemoryQuota to 500 MB from 100 MB.
    Still, the items are not crawled. Later we have modified some of the items in the list and ran the incremental crawl. The list items which are modified are crawled and available in the search results.
    We have scheduled the incremental crawl to run on every night and full crawl to run every week end (saturday) night. What happened is the incremental crawl that run after full crawl deletes all the items which are modified and crawled before the full crawl
    with a message "Deleted by the gatherer ( This item was deleted because its parent was deleted. )". This happens only with the incremental crawl run after the full crawl, but the subsequent incremental crawls add the items to the
    search results until full crawl run.
    Please advise on this.
    Ramkumar

    40k items with individual permissions? That's going to have significant performance impact across your content database and is getting close to the hard limit(?) of 50k scopes per list http://technet.microsoft.com/en-us/library/gg128955(v=office.15).aspx
    Having said that...
    Your full crawl is picking up the items but the first incremental crawl is subsequently deleting them. Are you really using Incremental crawl or is this continuous crawling? Are all list items being deleted or merely some of them?
    I'd normally put this down to the crawler not being able to identify the items, which may be the case here, but this sounds a little more interesting.

  • Get the Version history of a sharepoint 2013 Custom List item

    Hi All,
    I am having doubt to retrieve the field version information with the comments.
    For this field i am done like this
    1.Creating a custom list
    2.And enable versioning for the list
    3.And add a field with field type 'Multiple Lines of Text' and in the Addition Column Settings section 'select yes radio button option in 'Append changes to the Existing text'.
    4.If we done like this the changes to the list item are available outside of field control.
    Can any one help me regarding this field to get the all the versions of list item along with modified data.

    hi Asatish,
    Thanks for posting your issue, Kindly browse the below mentioned URLs to know about the fixes of this issue
    http://berg-henry.blogspot.in/2010/11/custom-list-form-with-version-history.html
    http://somnathmatere.blogspot.in/2013/10/sharepoint-2010-custom-display-form.html
    http://blog.qumsieh.ca/2009/01/29/understanding-the-append-changes-to-existing-text-option/
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Generate Report -List item permissions against Each list Item

    Hi,
    I want to get "Item Permission" against each list item from List.
    I need to prepare a Report from this Information.
    Can anyone please help to get "Item Permission" against each list

    Hi,
    About how to enumerate permissions of each items using PowerShell, code snippet provided by Nancy in this similar thread would be helpful:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/509b7ea1-bd54-4fe3-842b-32fdc52e4f73/enumerate-list-item-permissions
    With the data retrieved, then you can export it to a .csv file:
    http://blogs.perficient.com/microsoft/2013/01/how-to-combine-powershell-cmdlet-output-in-a-single-csv-file/
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to make a automatic list (item) with request

    Hello,
    In first i'm french so i'm sorry for my bad english!
    I want to make a list (Item i think) where data are comming from my DB.
    So when i will clic on the list i will see all the employe
    I don't want to put each employe one by one with the option values
    It will be a request
    thanks for your help and if you have any question ask me
    I want insert this code in my list after correction
    <?php
    $username="hr";
    $paswd="hr";
    $dbstring="//localhost/XE";
    $db_conn= ocilogon($username,$paswd,$dbstring);
    $query = "select * from cat";
    $stmt=OCIParse($db_conn,$query);
    OCIExecute($stmt,OCI_DEFAULT);
    print'<table border="1" cellspacing="0" cellpadding="3">';
    print'<tr>';
    for($i=1;$i<=ocinumcols($stmt);$i++)
    print '<td class="e">'. ocicolumnname($stmt,$i).'</td>';
    print'</tr>';
    while (OCIfetch($stmt)) {
    print'<tr>';
    for ($i=1;$i<=ocinumcols($stmt);$i++)
    print '<td class="v">'. ociresult($stmt,$i).'</td>';
    print '</tr>';
    print'</table>';
    OCIFreeStatement($stmt);
    OCILogoff($db_conn);
    ?>

    Something has to print out a basic list of choices one by one (unless, perhaps, you use Smarty).
      $conn = oci_connect("hr", "hr", "//localhost/XE");
      $stmt = "SELECT employee_id, last_name from employees order by last_name";
      $stid = oci_parse($conn, $stmt);
      oci_execute($stid);
      $num = oci_fetch_all($stid, $res);
      if ($num) {
        echo "<form method=\"POST\" action=\"{$_SERVER['PHP_SELF']}\">\n";
        echo "<select name=\"EmployeeName\">\n";
        for ($i = 0; $i < $num; $i++ ) {
          echo "<option value=\"{$res['EMPLOYEE_ID'][$i]}\">";
          echo htmlentities($res['LAST_NAME'][$i]);
          echo "</option>\n";
        echo "<input type=\"submit\" value=\"OK\">\n";
        echo "</select></form>\n";
      }Also check out utilities like http://pear.php.net/package/HTML_QuickForm
    If you want to use XMLHttpRequest, look for AJAX toolkits.
    -- cj

  • BCS: Pass a filter based on current SPSite to ReadList method from External Data Picker on list item form

    Hi,
    I am using a BCS model to get external data. I have set this up with filters and it works fine. What I would like is to assign a filter value based on the current SharePoint site. This is because I have multiple SharePoint sites that use the same BCS model,
    but the user only needs to see certain records per each site. I have found ways to do this by adding and connecting web parts to a custom page. However, my particular need is to do this for the external item picker that pop up on the list item new and edit
    form.
    I hope my question is clear and look forward to your answers. Please not that this question is specifically related to the external data picker on the new and edit form.
    Regards,
    Andreas

    Hi Andreas,
    Thanks for posting your issue, Kindly find the CAML query that you can use to pass the filter value based on your SPSite 
    <View>
    <Method Name='ReadList'>
    <Filter Name='ABCName' Value='{0}'/>
    </Method>
    <Query>
    <Where>
    <Contains>
    <FieldRef Name='Name'/>
    <Value Type='Text'>{0}</Value>
    </Contains>
    </Where>
    </Query>
    <ViewFields>
    <FieldRef Name='Name'/>
    <FieldRef Name='Id'/>
    <FieldRef Name='BdcIdentity'/>
    </ViewFields>
    </View>
    Be sure to replace the filter Name attribute value with your own FilterDescriptor name as defined in BCS model and Value attribute with your own value.
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • CAML Query to Sort SharePoint list items based on Modified date

    hi ,
    can we sort sharePoint list items based on 'Modified' column, the sorting should be done up to milliseconds level.
    currently i am using CAML query as below
    <OrderBy><FieldRef Name='Modified' Type='DateTime' IncludeTimeValue='TRUE' Ascending='False'/></OrderBy>but its not considering milliseconds while sorting.
    Thanks and Regards,
    venkatesh.

    Veda, thanks but I'm not really a hardcore C# coder.
    We found more elegant solution was to create a List View which returns all records that should be deleted, based on our own custom deletion criteria, and then create an very simple SSIS Package in Visual Studio using the
    Sharepoint Connectors for SSIS to delete all Sharepoint List Items returned from that List View. The Sharepoint Destination Connector has a delete operation.
    This worked for us and didn't require any coding.

  • Populating List Item From View

    I have two data blocks in my form, one named USERS which contains updateable fields to a table from the view and another data block called CONTROL which are all list items that currently populate on a WHEN-MOUSE-CLICK trigger. The list items work as expected for the WHEN-MOUSE-CLICK trigger. However, my problem is trying to populate the list items based on a selection previously chosen and saved to the table (yes, the values are in the table and are selectable through the view). I have a seperate population for this occurrance in the WHEN-NEW-FORM-INSTANCE at the form level, as well as on KEY-SCRUP, KEY-SCRDOWN, WHEN-NEW-RECORD-INSTANCE, and POST-QUERY at the USERS data block level. The only way the list items populate on a previously chosen and saved value is if you choose (WHEN-MOUSE-CLICK trigger) the list of values and save. From then on, as I scroll through the data retrieved in the USERS data block the corresponding data in the users view shows up in the CONTROL block list items. How do I get my form to initially show the corresponding list item data on form load when it is already in a WHEN-NEW-FORM-INSTANCE and POST-QUERY trigger on form load?
    Thanks in advance for any clue to point me in the right direction.
    Kyle
    Edited by: Kyle Miller on Sep 29, 2008 3:09 PM

    The form is for editing a current student information system user who we will be extracting data for an OBIEE IDM import. All of the fields displayed in the OBIEE_USERS data block can be edited. For the CONTROL block list items I would like them to display the current value chosen for the user displayed in the OBIEE_USERS data block. When the CONTROL block list items are clicked on then a list of values are displayed in which the logged in form user can chose another value which ultimately changes the choice for the user displayed in the OBIEE_USERS data block. This all works fine in my current form except the list items do not display the current user selected in the OBIEE_USERS data block's saved value until the list item is selected, a value chosen, and a save is committed to the table tied to the OBIEE_USERS data block. From that point I can scroll through the OBIEE_USERS block and the list item displays the correct value for the selected user, if there are values (some users have NULL values). I have currently worked around this issue by displaying the fields in the OBIEE_USERS block and only use the list items for the changing selection. I did this because I needed a proof of concept for the pilot roll-out and could no longer wait to figure this issue out (it should be more simple it seems). I am still interested in resolving this as I feel it is a great functionality for the form.

Maybe you are looking for

  • Unable to remove Workforce Planning formulae in Planning 9.3.1.1.16

    Hi All, We are on using Planning 9.3.1.1.16 and are unable to remove member formulae from Planning. Our Planning application is EPMA (9.3.1.3) enabled. When refreshing the Planning application we receive the following error: Error [1200497] detected

  • Mac Book Connectivity with TV

    I used th Mini DVI-VGA adaptor, connected computer to TV. My desktop picture and the Dock appear on the TV screen, the mouse I see on my TV screen, but when I click on an application (iMOVIE) it does not open. I had to disconnect the computer from th

  • Is there any plist file that show the list of all OD joined computers?

    I am trying to find out if there is anyway to remove previously join computer from OD Master instead of using Workgroup Manager to remove. I am getting "Unable to add server" error after re-building a client server when I try to add it to the OD Mast

  • Admin Console default logon

    I have downloaded and installed version 2 update 1 and have no problem exploring the sample databases. When trying to follow a tutorial on creating my own database I cannot log onto the Admin Console. I was not asked to create one during the installa

  • Feature Request: 1. Clarify metadata updating in Guide, and 2. make errors visible.

    A couple things would help immensely: 1. Clarify metadata schema/version updating in the guide, and 2. make errors visible - as it stands, these flash by so fast they are unreadable. I've a feeling there's some useful information in them thats going