Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..

cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Object Redirect Feature

Anonymous
Not applicable

I am using function to redirect from one record to same record but after creating a perticular record when again its taking me on the same record it opens up a new instance of the same record in which all values will be updated but when i click on X button (right hand side) of the record it shows up me the old instance in which things are not updated. In this context I am hiding the X button using custom object but in some cases we need to enable the X (close button).

Is there any other method so that I can take it on same record without creating its replicated instance of the record?

 

 

I am using the following method right now to redirect on the same record.


Custom Object:(just shared redirect code of line)


javascript: $pbC(getRecordId() + '|' + ApplicationId + '|' + LevelId);

 


This will redirect a user on record id.

 

 

previously I was using recalculate to refresh a particular record since its not working with 6.4 version of Archer.


Custom Object:(just shared recalculate code of line)


javascript: $pb('{"a":[{"Key":"contentid","Value":"'+ parseInt(value) +'"}],"e":"recalculate"}');

11 REPLIES 11

Anonymous
Not applicable

This one i have not tried yet, I have been intrigued to try this.

Anonymous
Not applicable

I have implemented the updated "recalculate" method in Archer 6.5 P1, it is working as per expectations in "Archer 6.5 P1" but in "Archer 6.4 P2" this is still an issue for us.

I think we can conclude it, this can be an Archer specific issue specifically in "Archer 6.2 " and Archer 6.4 P2".

but I would like to thank  David Petty, BJ Johnson, Bodie Minster, Eric Ferleman Employee  for giving your valueable time over this issue.