Important Update: Community URLs redirect issues are partially resolved. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

Compare two field values

ThangarajDD1
Contributor

I have two numeric in application. I need to show alert when sum of two numeric field is greater or less than 100. And Record should not save. Only when sum of two numeric field is equal to 100 record should be save. Please can anyone help me on this

7 REPLIES 7

Ilya_Khen
Champion III

You can create Custom Object for that. I believe there were plenty of examples in community.

Like this:

https://community.rsa.com/thread/196160 

Hi

This ShowAnimationAndPostback('#master_btnSave'); is not working to save the record in Archer v6.4. Is there any other function to save the record.

Try:

$('#master_btnSave').click();

Hi

 

I have tried with below code. But not able to save the record.

 function SaveApply(action) {
if (action == 'save') {

$("#master_btnSave").click();

} else if (action == 'apply') {
$("#master_btnApply").click();
}
return true;
}

Post your whole code please.

And am getting error as "SCRIPT28: Out of stack space". Please someone can help me

 

 

Unfortunately, not much we can help with without actual complete code

 

And I have just tested ShowAnimation function in 6.4 SP1, and it works perfectly there. It means that you have issues somewhere in your code.