Solved
Get Most Recent Stream Entry Id
I would to ask if there is anyone that knows how to retrieve the auto generated id value of a value stream entry using a service
I would to ask if there is anyone that knows how to retrieve the auto generated id value of a value stream entry using a service
var params = {
oldestFirst: false /* BOOLEAN */,
maxItems: undefined /* NUMBER */,
sourceTags: undefined /* TAGS */,
endDate: undefined /* DATETIME */,
query: undefined /* QUERY */,
source: undefined /* STRING */,
startDate: undefined /* DATETIME */,
tags: undefined /* TAGS */
};
// result: INFOTABLE
var data = Things["AlertHistoryStream"].QueryStreamEntriesWithData(params);
result = data.rows[0].idNo account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.