Forum Discussion
- MCFNeilQrew CaptainI think you might have already got an answer for this, but if not, You will want to pass this unique value through in the formula -URL field that you press on the parent record.
Something like:&_fid_55="&URLEncode([Parent Option Field])&"
*of course make sure you match up the correct field id and parent field* - LauraThackerQrew CaptainAlternatively, you can pass down the categories as Lookup fields from the Parent; and then use formula-fields inside the child to determine which record uses which category based on other logic.
- MCFNeilQrew CaptainThen you have to make a form rule to translate to the field already in production.
Make a new field, make the formula, make a dynamic form rule, that needs to to translate information right away (which can't happen, you need some other action to trigger it)
vs.
Modify an already existing button.
Your needs might dictate one or the other, or you might have already solved it.
- ArshadKhwajaQrew CommanderThanks a lot for your support on this.