The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I just recently released the first custom block for our base, and I would like to start by saying THANK YOU! It is very exciting to be able to create custom integrations so easily.
After releasing a test block to demo the process I realized I can’t f...
I am trying to create a field that will pull from 3 other fields to generate a contract termination date.
Each account has a install date (ID), contract term (CT), and renewal term (RT). For example:
ID=1/1/2017
CT=36 months
RT=12 months
Calculatin...
A word of warning, I did notice the first style can be seen as an error, depending on the plugins I have active. Then I have problems I add a placeholder class to the top of my CSS file. I think the brackets fool VS-Code into ignoring the other synta...
@Jeremy_Oglesby
Jeremy_Oglesby:
is styleString just an arbitrary variable name into which that string template is being saved by default as the only thing exported by styles.js ?
You are exactly right. Since styles.js is exporting a single str...
@Jeremy_Oglesby, I save my styles as styles.js and use VS-Code to color/lint the file as CSS. This has been the easiest way for me to keep styles separate without extra environmental overhead.
index.js
import stylesString from './styles.js';
loadCSS...
Sorry for not clarifying. I am talking about the release for other users. I would like to either rename the testing block or ideally, remove it entirely.
Justin_Barrett:
IF(AND({OG CED}, IS_AFTER(TODAY(), {OG CED})), ...
If so, you were probably getting #ERROR results on fields with no dates, correct?
That is exactly what happened. It makes sense, I’m glad I’m not crazy! There are a few other ...