Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
5 replies
Subscribers
6 subscribers
Views
1804 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All, in this Expression if (isnull(ri!GLOB_Property.Pr
ambrisha
over 10 years ago
Hi All,
in this Expression
if (isnull(ri!GLOB_Property.PropertyCounselSHUsrName), {},
a!textField(
label: "Property Counsel Shareholder",
labelPosition: "ADJACENT",
instructions: user(cast('type!{
www.appian.com/.../2009}User'
, ri!GLOB_Property.PropertyCounselSHUsrName), "phoneOffice"),
value: rule!GLOB_displayUser(cast('type!{
www.appian.com/.../2009}User'
, ri!GLOB_Property.PropertyCounselSHUsrName)),
readOnly: true()
)),
I am getting error in the attachment please help in this regards.
OriginalPostID-154923
OriginalPostID-154923
Discussion posts and replies are publicly visible
Parents
0
Conor Cahill
Certified Lead Developer
over 10 years ago
I've seen this happen when you pass an element using the dot notation to the isnull() function, and the child element isn't a valid property of the main CDT. I would check that 'PropertyCounselSHUsrName' is indeed a valid element for ri!GLOB_Property.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Conor Cahill
Certified Lead Developer
over 10 years ago
I've seen this happen when you pass an element using the dot notation to the isnull() function, and the child element isn't a valid property of the main CDT. I would check that 'PropertyCounselSHUsrName' is indeed a valid element for ri!GLOB_Property.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data