June 16, 201510 yr Newbies I am busy creating a system where documentation needs to be collected before an application can be made for a loan. User phones client, creates client profile, then I need it to create conditional formatting after 3 days has passed to remind user to contact client and request outstanding documents. Cannot get conditional formatting to appear after 3 days.
June 16, 201510 yr Cannot get conditional formatting to appear after 3 days. Well, thanks for letting us know. Assuming you are actually asking how to do this: try something along the lines of Get ( CurrentDate ) > YourTable::fieldWithDateOfFirstClientContact + 3 or, if you have a creation timestamp field, Get ( CurrentDate ) > GetAsDate ( YourTable::TSCreation ) + 3
Create an account or sign in to comment