Help with Action using an input function

In an inline action,

two parts

Payment received     -    "TRUE"

Pay Rec Date              -     INPUT("DAte Paid",TODAY())

This is my my code

It pops up with the date selection option, but it will not allow me to save.

Help

 

Solved Solved
0 1 113
1 ACCEPTED SOLUTION

You probably have some other data in that record that doesn't meet its validation.

Also, neither of the two INPUT parameters are necessary when using it with the pop-up form, only when using it with a reference action. You can just use INPUT("","")

View solution in original post

1 REPLY 1

You probably have some other data in that record that doesn't meet its validation.

Also, neither of the two INPUT parameters are necessary when using it with the pop-up form, only when using it with a reference action. You can just use INPUT("","")

Top Labels in this Space