A
|
ann 8/4/2010 |
Hi, $rstmp=CustomQuery("select chId from ChildTable where chFieldName=".$data["mFieldName"]);
|
![]() |
greggk author 8/4/2010 |
Hi, this task requires a lot of custom coding in the generated files. Unfortunately we don't have a ready to go solution for this. As workaround you can add create a link which send you directly to the view page. Proceed to the After record processed event on the Events tab and add a code: $rstmp=CustomQuery("select chId from ChildTable where chFieldName=".$data["mFieldName"]);
|
A
|
ann 8/5/2010 |
Hi, $rstmp=CustomQuery("select ID from SOW where Projects='".$data["Location"]."'"); |
![]() |
greggk author 8/5/2010 |
Hi, here is the code for the text link fields: $rstmp=CustomQuery("select ID from SOW where Projects='".$data["Location"]."'");
|
A
|
ann 8/6/2010 |
Hi, |