I am trying to query for an account, and want to hard code the account in. However, im not getting the padlock and the facility where it queries AutoTask
I understand why you are asking, and your question makes sense. What you are seeing is by design.
When viewing the “Account” entity, the “AccountName” field is a string, so we decorate it as a string in our UI.
When viewing the “AccountType” or “Contract” entities, the “AccountID” fields are relationships that map to an Account object, so we decorate the field as a relationship that displays all Accounts.
If you want to hardcode a particular Account, the most reliable way to do it is to query for it by “id”.