Works like a charm! This is becoming off topic, but can data be interpolated with regular label text with a similar syntax? For instance, I’d like to use the ep-label component and dynamically set its text based on the currently selected row text.
Qty Issued: {SubAssemblyView.Calculated_Issued}
doesn’t work. Is there another syntax for this, or is it simply not possible.
Thanks! I was wondering if I could use property-set to accomplish this. I’ve tried to use it for other use cases, but it either had no effect or I couldn’t guess at the correct property name. It looks like they’re camel cased?
It looks like the slide out panel component (and its components) isn’t rendered at all until opened, then removed from the DOM when hidden. This is probably the more efficient way to do it, especially on beefier apps. It’s too bad you can’t bind a specific property of a component (hidden, labelText, etc) to a DataView column or global variable. Then when it’s rendered, the property simply uses the bound value.
Well, if you believe it’s a bug, then yes, but what you described makes a lot of sense, so it’s probably “working as designed”.
Knowing that, I’d probably submit it to Epicor Ideas: Kinetic Ideas (aha.io)
bummer. The question on this post is similar to what I am wanting to do. I am new to epicor but have a back ground in web development angular, nodejs, mongodb etc. I am helping to design our configurator in app studio. I have not added much logic but would like to have an area on the form
with a text box or other controls where I fill the out the data and have an “add/update” button that will add the data to the grid and clear the form. With the ability to click a row, if needed ,to edit the data then update the row. I need to use this data later for my “keep when” rules.