which type of record is best to use in appian? and in which scenario we should use entity backed record, process backed record and service backed record?
Discussion posts and replies are publicly visible
All three are really different.
There is no best or worst. It all depends on the use-case. But most of the times, you will find yourself using the entity backed record.
Any that fits your requirements. Do you want to elaborate on your goals?
thanks for answering ,but is there any different among this 3 based on performance.
I think there shouldn't be any performance difference as long as you are using Record Sync
Your choice should have nothing to do with performance, but where the data comes from. Does it come from a table, or a webservice you call, or from a process or group of processes Appian is running?
HI, Have doubt that how to do XML Code for Autoincrementing the Table.
I am not sure I understand what you are trying to do. Please elaborate.
suppose i have table and i have to add the new column so by using XML code how to increment it.