I want to use Group Focus in Repeating group row and dynamically change offset can anyone help me regarding this?
Create a row element in a RE. Give it states or a type so you can pass in data if needed. Add the FG in the RE.
Then throw the RE into the RG
What is RE is it a Repeating Group
RE is a Repeating Group or something else or simple Group?
Reusable Element I believe
and what is Row Element is it Layout for the group Row or Column
and what is Row Element is it Layout for the group Row or Column
I think a group that’s set as a row layout
Create a reusable element. In that reusable element add the group focus and the necessary reference elements (these are usually an icon like for a menu).
Then put the reusable into the repeating group cell.
Need custom code for that. There is a forum thread (i’m not able to search and find for you) that discusses this and it works.
Thanks Everyone I fixed it using RE
I want to pass some data to custom states of RE from the RG is this possible?
Yes it’s possible… are you having trouble doing it?
Yes I have dynamic values inside the Repeating Group Rows and want to set the dynamic state of the reusable element as you know we can run the workflows for the RE inside the RG how I will initialize the custom states then?
Use the new Properties feature for REs instead of custom states.
No… you can only access them inside the RE, not from outside (annoyingly).
You’ll have to use custom stated for that.
that was question I want to set custom states but using RE and when click on any group inside the RE it will open a popup on different page
see if I click on add task this is RE and when clicked it will open a popup which exist inside the dashboard_ page
How are you opening the popup?