Help
Jack_Manuel
6 - Interface Innovator
6 - Interface Innovator
since ‎Apr 30, 2019
‎Mar 30, 2023

User Statistics

  • 47 Posts
  • 2 Solutions
  • 15 Kudos given
  • 67 Kudos received

User Activity

Could anyone advise on how to do this? I have a “Quote” record which is composed of its linked “Line Item” records. In order to create a new version of a Quote I’m trying to create copy of the Quote, copies of all the Quote’s Line Items and set the n...
Any help on this issue would be really appreciated! I’m making a simple app to create quotes. I’ve got everything up and running to edit fields with the <Input /> component and for anything other than text it works great e.g. function updateRecord (q...
Not a question, just thought I’d share in case any rookie developers like me are struggling with laying out a custom app. I’m having great success making various layouts for my components by utilising grid template areas via Styled Components - it’s ...