Hi Sir/Madam,
I request you to please check, below validation code for data control(if age < 18, error message should be  displayed) I have added localized string given name(InvalidDOBFormat) and value(Incorrect) but error message is not displayed
    methods: {   ...MoreLess
Like 0

Like

3 comments

Dear Raghu,

In order for the functionality to start working, you need to either place an event listener, which will be listening for the column...MoreLess

Show all comments (2)

Like 0

Like

2 comments

Dear Sekhar,

This green lock means that the package is locked in the SVN repository. Nobody can commit this package while it is locked except...MoreLess

Show all comments (1)

dear my friend

i create query with EntitySchemaQuery. can i order root schema with colomn on root schema

getModulePrintFormsESQ: function() {
			var entitySchemaName = this.getEntitySchemaName();
			var esq = Ext.create("Terrasoft.EntitySchemaQuery", {
				rootSchema: SysModuleReport,
				isDistinct: true,
				rowViewModelClassName: "Terrasoft.BasePrintFormViewModel"
			});

thx before

Chairul Anwar

Like 0

Like

2 comments

Yes, you can.

Just push the result columns to the esq, and set sorting by specifying the index of the column and the sort order

var entitySchemaQuery...

MoreLess

Show all comments (1)

Hi;

I generate an event handler before insert I need to generate sequence number

I did it as it is described in academy

https://academy.bpmonline.com/documents/technic-sdk/7-12/how-add-auto-n…

in second part according server side and it has worked fine when i add the record by add new record proces...MoreLess

Like 0

Like

3 comments

Dear Tomasz,

You are right. Using Insert class doesn't fire any business processes. It connected to the fact that Insert class works directly...MoreLess

Show all comments (2)

I would like to print a document which would include data from two entities: A and B. They are not connected directly though, instead there's an entity C that has lookups to both A and B. Just choosing C as the base entity for printable is probably not possible, because there may be many this kind of many-to-many relationships between A and other entities. Is it possible to create a printable document that includes data from A and those other entities?

Like 0

Like

4 comments

Dear Carlos,

In case you create a printable in C object, you can create two tables from A and B to get the info connected to the entity C. Please...MoreLess

Show all comments (3)
string json = Get<string>("ProcessSchemaParamRespJson");
 
var dict = new JavaScriptSerializer().Deserialize<Dictionary<string,object>>(json);
var postalCode = dict["name"];
 
//Array is also possible
string[] result = dict.Select(kv => kv.Value.ToString()).ToArray();
...

MoreLess

Like 0

Like

1 comments

It's a good practice to post your code when you ask about the code errors. In this case it's much easier to find what's wrong with it.

...MoreLess

Show all comments

Is it possible to remove or somehow disable processes that are in "Run process" context menu according to some conditions? For example, I'd like to disable a process on section page and allow it on edit page but only if the object has a particular status. If it's not possible - how else can I achieve similar functionality?

Like 0

Like

4 comments

You need to create replacing modules for the case page and for the case section. Then write the code that will match your needs there. Please...MoreLess

Show all comments (3)

Hi All,

What is the easiest way to export a list of all system fields in bpm´online?

Thanks.

Like 0

Like

9 comments

Dear Danilo,

Unfortunately, there is no place you can export all the system fields from. You can install SQL-executor from the Marketplace ...MoreLess

Show all comments (8)

While creating a page in Section Wizard. We are getting this error from last 3 days.

InvalidObjectStateException. No lookup workspace item reference specified for lookup type column "Current Industry"

Like 0

Like

1 comments

Dear Venkata,

It seems the lookup object used for field "Current Industry" was deleted. So now the field doesn't have any object to ge...MoreLess

Show all comments

Hi community!

Could you give me an example of how to call a business process from a script task with parameter passing

Thanks you!

King regards!

Ezequiel

Like 0

Like

1 comments