Has anyone figured out how to batch edit base...

Has anyone figured out how to batch edit based on criteria and without having to select each individual record in bulk edit? Something like โ€œselect allโ€?

I have many orders that are hundreds of line items, I want to be able to assign specific orders specific values using actions, but the only thing I can find is to manually select the records which is not a feasible solution with so many line items and so many orders.

Any help would be much appreciated.

0 5 450
5 REPLIES 5

@Mark_Creighton itโ€™s possible using workflow- can you explain what you mean by โ€œspecific orders specific valuesโ€?

@Bellave_Jayaram For example, we have 30 unique purchase orders in a table. Each purchase order has 100 line items (rows). I want to be able to select 1 of those orders and change all 100 line items of an โ€œIn Processโ€ column for that order from โ€œready to processโ€ to โ€œin processโ€.

Thanks for your help with this.

Okay, here is one way to do it: 1. Create an action button which will display on the detail view of the purchase order table. Choose condition [In Process]=โ€œready to Processโ€ and action to โ€œChange the value of a columnโ€ - specify the In Process column and value to change to as โ€œin processโ€. 2. Create an action button (Do Not Display) called setChild2inprocess for the purchase order lineitem table. Choose condition [ParentRef].[In Process]=โ€œin processโ€ and action to โ€œChange the value of a columnโ€ - specify the column and value to change to as โ€œin processโ€. 3. Create a workflow rule for the purchase order table and put this in the trigger condition

AND([_THISROW_BEFORE].[In Process]=โ€œready to processโ€, [_THISROW_AFTER].[In Process]=โ€œin processโ€) and choose data change and set to action โ€œsetChild2inprocessโ€

Awesome! Thanks for that. Weโ€™ll try that tomorrow!

Thank you @Bellave_Jayaram That is the solution I was looking for. Cool!

Top Labels in this Space