Hi
I am trying a simple formula to populate the line item 'Destination Org (Source)' in my module 'Comp Incoming PR/PO'.
The formula is comp_pro_po_supply.Destination Org.
Any help is appreciated.
Thanks
Regards
Prabakaran
Hi @praba71 I am not 100% sure I understand your ask or where the problem lies, but I do have a question for you that may help you think about this.You are using a numbered list where you have the display name set to -14 for all list items, why?
Also, you are using list properties, you should avoid doing so and instead create a System module dimensioned by the comp_pro_po_supply list and store these properties in the module. You can later access the properties much easier.
Hi @praba71 ,
The source 'Destination Org' is a list property of the 'comp_pro_po_supply" list, however, the target module 'Comp Incoming PR/PO' is using a different list ('svr_pro_po_supply") as its dimension. Since the source and target dimension don't match, your formula won't work unless there is a linkage/relationship between the two.
What is the relationship between the two lists? We can create a list property to establish the mapping of the two lists and then use a lookup formula to populate the line item 'Destination Org (Source)' .
Thanks @einas.ibrahim for the response. I have corrected the formula for the Display name. The formula now is Requisition Number & "-" & TEXT(Req Line Number) . It is showing correct values now,
Also, you mention about creating a system module dimensioned by the list comp_pro_po_supply . Can you please provide more details on how to do this?
Thanks again
Hi @einas.ibrahim , i got the issue fixed.. Thanks again
Hi @emmaliao , I got the issue fixed by correcting the dimension of the module.. Thanks
Hi @praba71 I'm glad you got the formula to work.System modules are created to adhere to Best Practice.One type of these system modules is modules to hold list properties instead of actually using list properties. We are moving away from using list properties.If you haven't yet, please read the Planual as a guide to Best Practice.Also, this post by @Misbah will give you more details on the how and why we should use System modules for lists.
hi @praba71
the module in which you are trying to refer the formula applies to a different dimension than the source list you are taking values from,
you need to establish mapping between both lists via a module or property in the target dimension or you need to change dimension to the same list that you are referring the property from
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…