
Andrew Grady
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 0
Activity overview
Latest activity by Andrew Grady-
Andrew Grady commented,
Perfect, thanks! So it looks like the "string type" parameter is "item" because I'm comment on an item, yes? Your answer totally solves my problem, I'm just learning as ,much as I can from it - do ...
-
Andrew Grady commented,
Norah Shannon - no, sorry for the confusion. There does have to be an actual relationship field. When I said "link" i was referring to a hyperlink (<a> tag) to other items that are related by a rel...
-
Andrew Grady created a post,
Dotnet comments
Apologies if I missed this in my search, but I can't figure out how to add a comment to an item using the dotnet api. I see the CommentService.AddCommentToObject method, but it takes a string type...
-
Andrew Grady commented,
Ah, that makes sense. I'll probably work something up with the API. Thanks again!
-
Andrew Grady commented,
Gah! A bit un-intuitive, but that makes sense now. Thanks! Unfortunately I've got a follow up - the "Logo" field on the Company app is of type Image. That's still not showing up in my popup list. ...
-
Andrew Grady created a post,
Problem getting to an outgoing relationship
Search hasn't turned up anything, but I feel like this is something obvious I'm missing. I have a relationship like this: "Contact" App with a relationship (single choice) to "Company" app the Com...
-
Andrew Grady commented,
I've confirmed that with my previous solution the order is not fixed. The suggestion from @Rainer looks like my best bet, though the only sorting solution I can think of is not ideal - add the fiel...
-
Andrew Grady commented,
I'm making a link to a related item. It seems to work fine in my testing so far, just trying to make sure it isn't a fluke of numbering (I only have test data in there so far).
-
Andrew Grady commented,
Hi Rainer, My end goal is I want to display a list of Messages that are related to a particular Discussion in that Discussions details page. The messages should (at the least) be the title of the ...
-
Andrew Grady created a post,
Do "All of (field)" references all come in the same order?
Quick question when getting references from other apps. I'm trying to generate a list of links in a particular order to a related app. I have a calculation field in my "Discussions" app that gets ...