drag and drop between two list to form parentlist , and to items of parentlist need to add third list angular cdk - ncurses-cdk

Hi iam able to use cdk to drag and drop in between two list and for sake name it as parentlist and now in to the parentlist items i need to add another list items using angular 2 cdk? please let me show with an example
drag and drop between two list creates a parentlist
now need to drag and drop third list to parentList individual items
example like to say
first list has Forms with out fields i need to drag that forms to second list whisch will then have array of forms
third list will have fields and i need to drag these fields to the individual forms in the array.
suppose to drop many fields in an individual form of form array

Related

Patch Columns in a SharePoint List using Dropdown in PowerApps

I have been doing a Canvas App where I puta a Dropdown associated to SharePoint List (1), that contains all the items that I would like to choose in one row each, this is intended to choose the right column for another SharePoint List (2). For this I want to put a value in a Text Input and Patch the SharePoint List (2), by using SharePoint List (1) as my Column and Text Input as my Value.
As long as the names in the drop downs match your datasource names correctly you shouldn't have an issue achieving this.
Assuming below dropdown 2 is your sharepoint lists (2), Dropdown 1 is your column to patch (1) and TextInput1 is your value you wish to patch
Patch(Dropdown2.SelectedText.Value,Defaults(Dropdown2.SelectedText.Value),{Dropdown1.SelectedText.Value:TextInput1.Text})

Sharepoint Only - Child List using Parent List Columns

I have a main list, data received via a form, with multiple columns of data. I'd like to create a child list/editable view with some of these columns + additional columns.
Example
Parent List
ID#, Title, Description, Priority, Contact, Funding,
Child List
[ID#, Title, Priority], Status, Manager, Assigned
The child list would be managed by a different unit, however, the data needs to stay consistent.
Thoughts?
You can create Lookup columns in your child list adding the required columns from the Parent list.
1. Go to Child List > List Settings > Create Column
2. Select column type as Lookup
3. Select your parent list in the drop-down just below the "Get information from:" line.
4. Select ID column in the drop down below "In this column:" line.
5. Check the rest of the columns you want from the parent list below "Add a column to show each of these additional fields:" line.
6. Click on OK, now you'll see all the selected columns will be added to your child list.
Please note that adding data to Parent list will not add the data to Child list, instead the user will get a drop-down to select in the Parent:ID field while adding/editing data to child list.

Displaying items with certain custom field value in Netsuite

Is there a way to display or filter (by editing a Template) all the products that match a certain Custom Field parameter (in example "custitem_outlet)"?
I have already added on the Netsuite backend these custom fields as checkboxes.
I would like to show the items on different Lists, in example one list will show the items with "custitem_outlet" checked and the other with "custitem_arrivals" checked.
Thanks in advance!

Have 4 fields on a adf page. How to refresh their values from database one after the other based on use selection

I have an Oracle ADF page with 4 fields in the below order.
radio button (select one). Always populate the radio selection from values in database.
drop down list (select one): Empty by default. Pull the value from database based on radio button selection on 1.
drop down list (select one): Empty by default. Pull the values from database based on drop selection made on 2.
drop down list (select one): Empty by default. Pull the values from database based on drop selection made on 3.
I need to pass the values selected in 2, 3, 4 to a view/query in the model and retrieve a list and display it on a new page.
I have generated the entity and view objects in JDeveloper. How do I develop the above logic.
Any help on this is highly appreciated.

Dropdown list populating too many elements in datasheet view — SharePoint 2007

I have a standard list in SharePoint, one column of which is of type Person or Group.
When I'm viewing the list from a standard view, the dropdown filter for that column lists, as expected, only those people who are already listed as a value for at least one row.
However, when I view the list from a datasheet view, the dropdown filter lists all of the groups and users on the entire site instead of just those users who are values on the list.
Does anyone know why this is happening and how to configure the datasheet-view dropdown list to only show those users that are listed in a field?

Resources