Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=Calculate+the+due+date+based+on+custom+field+values+-+490999839
widthauto

Html bobswift
<iframe width="560" height="315" src="https://www.youtube.com/embed/YQkLeGxoa0A" frameborder="0" allowfullscreen></iframe>

...

Code Block
if(isNotNull(customfield_10703)) {
    interval i = (string)customfield_10703 + "d";
    dueDate = currentDate() + i;
};
We've encountered an issue exporting this macro. Please try exporting this page again later.