Hi everyone,
I have a list with a search form. I would like to be able to pass values to the search form so that the form can then filter the list. I went through other discussions and was able to find that by placing the parameters after the business class and before the form, that those values would set the values on the form. The values below represent the FinanceEnterpriseGroup and Entity dimensions. I would also like to also set our FinanceDimension1, FinanceDimnesion4 and other fields on the search form but it seems that I have to place them in a certain order or define them via certain syntax that I may be missing? I tried saying FinanceDimension1=1000 within the parentheses but that didnt work. A sample of what I've tried and what I've seen working is reflected below.
In case helpful, I was reviewing the GeneralLedgerTransaction business class and the FinanceEnterpriseGroup and Entity fields are key fields. FinanceDimension1 and others mentioned are not key fields. By chance, does anyone know where I could see in what order I need to place parameters within parenthesis in URL sample below so that I could also add other parameters that form will recognize or documentation where I could review the syntax? Thanks in advance.
URL Sample Working where CH00 is FinanceEnterpriseGroup and 100 is Entity
...fsm/web/list/GeneralLedgerTransaction(CH00,100).GLTRAN_CUSTOM_Search?...
URL Sample Not Working where CH00 is FinanceEnterpriseGroup and 100 is Entity
...fsm/web/list/GeneralLedgerTransaction(CH00,100|FinanceDImension1=1000).GLTRAN_CUSTOM_Search?...
Best regards,
Jose