I try to retrieve the attribute <input type="text" name="attr_tradition_drainpool" value="@{tradition_drainattribute}+@{tradition_drainmod}" disabled="true"></input> with  findObjs({_type: 'attribute', _characterid: character.id, name: "tradition_drainpool"})[0] The character.id is valid and the character is found. If I enable the field and set it once it works. Shouldn't disabled fields be created as attributes the same way as other attributes? Edit: I am aware that I simply can duplicate the formula in the API, I just expected an attribute to be present, which would make a lot of stuff easier.