We’re excited to introduce a ton of new features this year. Additionally, we’re eager to learn about your experience with our documentation, Community and this newsletter. Silverfin is all about connected accounting, so we’re aiming to connect more with the developer community too. 🤝 If you can spare a few minutes, we’d greatly appreciate your feedback through this survey.
With this in mind, sit back, relax and enjoy a fresh portion of good news from the Silverfin Developer Community. ☕
In March's edition:
Import title on collections
Attachment attributes
API recipe: Update custom properties in a reconciliation
Blog: Introducing code conventions
📥 Import title on collections
When a reconciliation has more than one custom collection, it can be tricky for a user to know which collection they want to upload data to. With the new import_title attribute, you can add a title to guide the user to the correct collection.
Introducing two additions to the ‘as:file’ input. First, the show_label attribute allows you to display the label “Attach” on the file input, which helps guide new Silverfin users. Second, document.link enables you to print the document link in your template, a feature that was previously exclusive to preview mode.
We’ve gathered all the ingredients for an appetizing integration between your other tools and Silverfin templates. Follow the steps in this recipe to send information to custom properties in a reconciliation.
This article delves into how we tackled the challenges and navigated the pitfalls of introducing coding standards and conventions to our Liquid development teams.