Questions tagged [custom-object]

202 questions
0
votes
1 answer

Retrieve Records from Quickblox API

I am using Quickblox SDK in my Application and designed Custom Objects in the Quickblox Admin panel.Here i am having some complex relationship between Custom Objects and not able to figure out how to retrieve the records using the Quickblox…
0
votes
1 answer

How to create relationships between tables in Quickblox

i am using Quickblox API in my ios app.i created two custom objects containers in quickblox admin panel named for instance (User, Book).Now my question is how to define relation so that each user can have multiple Books.How to add books to User and…
0
votes
1 answer

Uploading a img/file to Quickbloxx Custom Objects API?

I'm working on QuickBloxx platform and had a use case where , I need to use some custom data models,I created a custom/class with one text and one file/img as datamodel fields. I thoroughly followed the following url/documentationlink to quickbloxx…
0
votes
1 answer

Access Custom Object fields value and display them within HTML tags in a VisualForce Page

How to fetch the values of Custom object fields on a page which is mixture of HTML and Visualforce.
Nishant
  • 11
  • 2
0
votes
1 answer

Compiling data into columns to be exported to CSV/excel

I am writing a short script to inventory all servers in our infrastructure, this used to be done manually which means some servers may show up as active in our SQL DB but is actually offline, or vice versa. What i want to do is query our vCenter,…
Notumlord
  • 33
  • 5
0
votes
1 answer

Adding property with multiple values to a custom object

I have a custom object where I have added properties of a variable to it directly but there is one property with holds multiple values . How do I add all those multiple values to my custom object ? This works fine if there is one-one value $info |…
Fenomatik
  • 457
  • 2
  • 8
  • 22
0
votes
2 answers

How to create custom time field in salesforce custom object?

want to create a time custom time field .. how it is possible ? Advance thanks
0
votes
1 answer

How to make my Custom Model Parcelable with custom object in it's Constructor

This is my class that I'm trying to make it Parcelable, As you can see in code I Stuck in some places in code: public class CommentModel implements Parcelable{ String COMMENT_CONTENT; String COMMENT_ID; UserModel …
MAY3AM
  • 1,182
  • 3
  • 17
  • 42
0
votes
2 answers

Trying to create a custom object list? hash? - Unsure

I'm trying trying to get two properties from two separate commands and add them to a variable to be able to further evaluate. I was told a custom object would work... Clear-Host Add-PSSnapin citrix* -ErrorAction SilentlyContinue $DRSrvs =…
0
votes
0 answers

Error while adding a field of type array in quickblox custom object

I am trying to add a field with type "array of interger", but every time I try to create such field its giving error: "Error An error occurred during request" With the console error log: "Failed to load resource: the server responded with a status…
Sandeep Garg
  • 343
  • 1
  • 13
0
votes
3 answers

Add custom object in jquery's object

I want add property in jquery object. I am trying to add property in jquery's context.I console the jquery object console.log($(this)), its look like an object. But when i am trying to amend the code is not working fiddle $('ul').click(function(){ …
Jitender
  • 7,593
  • 30
  • 104
  • 210
0
votes
0 answers

How to acces a SortedSet element, without iterating?

i'm fairly new to c# and i have a problem. I've filled 2 SortedSet's with a lot(thousands) of custom objects, and i am trying to make a function that quickly accesses the other SortedSet, without iterating over them(iterating takes too much time,…
Roland
  • 71
  • 6
0
votes
1 answer

Object not Parcelable? Alternatives?

I have a class/object which I'm attempting to make Parcelable so I can save the object to a Bundle (Well, in fact, I will add the object to an Arraylist and then save this list to, and restore it from a Bundle, complete with the objects held within…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
1 answer

Restoring an ArrayList of custom objects

In my app (which is a game), I have an 'Enemy' class, for example like so: public class Enemy extends Sprite implements Serializable { public Enemy(EnemyType type){ super(); } } I have then declared an ArrayList like…
Zippy
  • 3,826
  • 5
  • 43
  • 96
0
votes
0 answers

Cannot Query Salesforce Object

I apologize if this is a duplicate issue, but I couldn't find a similar issue. I'm new here. I have a custom object in Salesforce that cannot be queried. It always times out. It used to do that sometimes, but then it would work. Now, I cannot query…
user3184786
  • 501
  • 1
  • 4
  • 7