Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

Setting description on a dataFile object fails. Bug or incorrect documentation?

Joshua.mursic
Advocate

Setting description on a dataFile object fails. Bug or incorrect documentation?

Joshua.mursic
Advocate
Advocate

I get this error when trying to change the description of a Data File: 

 

 

AttributeError: property of 'DataFile' object has no setter

 

 

But the documentation says that the description property is read/write:

'Gets and sets the description information associated with this item.' 

 

Is this a bug or is the documentation incorrect?

0 Likes
Reply
Accepted solutions (1)
266 Views
2 Replies
Replies (2)

Jorge_Jaramillo
Collaborator
Collaborator
Accepted solution

Hi,

 

I believe it's an error in the documentation, because later in the Property Value description it says it's read only:

 

Jorge_Jaramillo_0-1725910165596.png

 

Regards,

Jorge Jaramillo

 

1 Like

Joshua.mursic
Advocate
Advocate

Thank you @Jorge_Jaramillo 

1 Like